llhtmlhelp.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLHTMLHELP_H
00033 #define LL_LLHTMLHELP_H
00034 
00035 class LLHtmlHelp
00036 {
00037 public:
00038         virtual ~LLHtmlHelp() {}
00039         virtual void show(std::string start_url, std::string title) = 0;
00040         virtual BOOL getFloaterOpened()=0;
00041 };
00042 
00043 #endif  // LL_LLFLOATERHTMLHELP_H

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