lllogchat.h

Go to the documentation of this file.
00001 
00033 #ifndef LL_LLLOGCHAT_H
00034 #define LL_LLLOGCHAT_H
00035 
00036 class LLLogChat
00037 {
00038 public:
00039         static LLString timestamp(bool withdate = false);
00040         static LLString makeLogFileName(LLString(filename));
00041         static void saveHistory(LLString filename, LLString line);
00042         static void loadHistory(LLString filename, void (*callback)(LLString,void*),void* userdata);
00043 };
00044 
00045 #endif

Generated on Thu Jul 1 06:08:49 2010 for Second Life Viewer by  doxygen 1.4.7