Namespaces | Defines | Functions
ErrorLog.cpp File Reference

Implementation for ErrorLog. More...

Namespaces

namespace  Tonido::Util
 

Generally useful Utility functions.


Defines

#define CHECKANDTHROW(X)
#define ERRORLOG_EYE_CATCHER   0xFFDCFFDC
#define ERRORLOG_VERSION   0x1
#define MAX_NUM_ERRORLOGS   20

Functions

bool sortFilesByDate (const Poco::File &elem1, const Poco::File &elem2)

Detailed Description

Implementation for ErrorLog.


Define Documentation

#define CHECKANDTHROW (   X)
Value:
{                    \
       if (!X)           \
          throw ErrorLogSerializationFailed(); \
    }                     \

Generated on Wed Oct 12 2011 21:46:51. © CodeLathe LLC 2007-2011. All Rights Reserved.