00001 /* libIXAml - IXA Taldea */ 00002 00003 #ifndef _MWID_H 00004 #define _MWID_H 00005 00006 #include <string> 00007 00008 #include "joinid.h" 00009 00012 class MwId: public JoinId { 00013 public: 00014 00018 static std::string sortuId(); 00019 00021 MwId(); 00022 00026 MwId(char* mwId); 00027 00031 MwId(const std::string & mwId); 00032 00033 }; 00034 00035 #endif //_MWID_H