reflective.h

Go to the documentation of this file.
00001 
00034 #ifndef LL_REFLECTIVE_H
00035 #define LL_REFLECTIVE_H
00036 
00037 class LLMetaClass;
00038 class LLReflective
00039 {
00040 public:
00041         LLReflective();
00042         virtual ~LLReflective();
00043         
00044         virtual const LLMetaClass& getMetaClass() const = 0;
00045 };
00046 
00047 #endif // LL_REFLECTIVE_H

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