llcrashloggermac.h

Go to the documentation of this file.
00001 
00032 #ifndef LLCRASHLOGGERMAC_H
00033 #define LLCRASHLOGGERMAC_H
00034 
00035 #include "linden_common.h"
00036 #include "llcrashlogger.h"
00037 #include "llstring.h"
00038 
00039 class LLCrashLoggerMac : public LLCrashLogger
00040 {
00041 public:
00042         LLCrashLoggerMac(void);
00043         ~LLCrashLoggerMac(void);
00044         virtual bool init();
00045         virtual bool mainLoop();
00046         virtual void updateApplication(LLString message = "");
00047         virtual bool cleanup();
00048         virtual void gatherPlatformSpecificFiles();
00049 };
00050 
00051 #endif

Generated on Fri May 16 08:33:12 2008 for SecondLife by  doxygen 1.5.5