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() = 0;
00040         virtual void show(std::string help_url) = 0;
00041 };
00042 
00043 #endif  // LL_LLFLOATERHTMLHELP_H

Generated on Fri May 16 08:32:52 2008 for SecondLife by  doxygen 1.5.5