llcrashloggerlinux.h

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

Generated on Fri May 16 08:31:53 2008 for SecondLife by  doxygen 1.5.5