00001 #ifndef IGUANA_FRAMEWORK_IG_DOCUMENT_DATA_ROOT_H
00002 # define IGUANA_FRAMEWORK_IG_DOCUMENT_DATA_ROOT_H
00003
00004
00005
00006 # include "Iguana/Framework/interface/config.h"
00007 # include <string>
00008
00009
00010
00011
00012
00013
00014
00015
00016 class IGUANA_FRAMEWORK_API IgDocumentDataRoot
00017 {
00018 public:
00019
00020
00021
00022
00023
00024 static void currentRoot (const char* root);
00025 static const char* getCurrentRoot (void);
00026
00027 private:
00028 static std::string m_currentRoot;
00029 };
00030
00031
00032
00033
00034 #endif // IGUANA_FRAMEWORK_IG_DOCUMENT_DATA_ROOT_H