YATISH
Yet Another TIme SHeet
Macros
/home/nicolas/sources/yatish/yatishDBmysql.cpp File Reference
#include "wx_pch.h"
#include "yatishDBmysql.h"
Include dependency graph for yatishDBmysql.cpp:

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.