YATiSh
Yet Another TIme SHeet
Macros
yatishDBmysql.cpp File Reference
#include "wx_pch.h"
#include "yatishDBmysql.h"

Go to the source code of this file.

Macros

#define CATCH(returnValue)
 

Macro Definition Documentation

◆ CATCH

#define CATCH (   returnValue)
Value:
catch (wxDatabaseException& e) {\
errorCode = e.GetErrorCode();\
wxLogError ( "[%d] %s", errorCode, e.GetErrorMessage() );\
return returnValue; }

Definition at line 14 of file yatishDBmysql.cpp.