00001 00032 #ifndef LL_LLCLASSIFIEDINFO_H 00033 #define LL_LLCLASSIFIEDINFO_H 00034 00035 #include <map> 00036 00037 #include "v3dmath.h" 00038 #include "lluuid.h" 00039 #include "lluserauth.h" 00040 00041 class LLMessageSystem; 00042 00043 class LLClassifiedInfo 00044 { 00045 public: 00046 LLClassifiedInfo() {} 00047 00048 static void loadCategories(LLUserAuth::options_t event_options); 00049 00050 typedef std::map<U32, std::string> cat_map; 00051 static cat_map sCategories; 00052 }; 00053 00054 #endif // LL_LLCLASSIFIEDINFO_H