00001 /* libIXAml - IXA Taldea */ 00002 00003 #ifndef _GLOBALRESOURCES_H 00004 #define _GLOBALRESOURCES_H 00005 00006 #include <string> 00007 00011 class GlobalResources { 00012 00013 static const std::string IXAPrefix; 00014 static std::string readIXAPrefix(); 00015 00016 public: 00017 00021 static std::string getIXAPrefix(); 00022 00023 00024 }; 00025 00026 #endif // _GLOBALRESOURCES_H