Main Page | Class Hierarchy | Class List | File List | Class Members

globalresources.h

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

Generated on Tue Sep 11 12:07:42 2007 for libIXAml by doxygen 1.3.5