00001 /* libIXAml - IXA Taldea */ 00002 00003 #ifndef _PUBLICLIBRARIES_H 00004 #define _PUBLICLIBRARIES_H 00005 00006 #include "domid.h" 00007 #include <string> 00008 #include <map> 00009 00013 class PublicLibraries { 00014 00015 static std::map<Domeinua,std::string> libraryNames; 00016 static std::map<Domeinua,std::string> initLibraryNames(); 00017 00018 public: 00019 00024 static std::string getLibraryName(Domeinua mydom); 00025 00026 }; 00027 00028 #endif // _PUBLICLIBRARIES_H