llviewergenericmessage.h

Go to the documentation of this file.
00001 
00033 #ifndef LLVIEWERGENERICMESSAGE_H
00034 #define LLVIEWERGENERICMESSAGE_H
00035 
00036 class LLUUID;
00037 class LLDispatcher;
00038 
00039 
00040 void send_generic_message(const char* method,
00041                                                   const std::vector<std::string>& strings,
00042                                                   const LLUUID& invoice = LLUUID::null);
00043 
00044 void process_generic_message(LLMessageSystem* msg, void**);
00045 
00046 
00047 extern LLDispatcher gGenericDispatcher;
00048 
00049 #endif

Generated on Thu Jul 1 06:09:27 2010 for Second Life Viewer by  doxygen 1.4.7