00001 /* libIXAml - IXA Taldea */ 00002 00003 #ifndef _MID_H 00004 #define _MID_H 00005 00006 #include "id.h" 00007 #include <string> 00008 00011 class MId : public Id{ 00012 static int mIdKont; 00013 00014 public: 00015 00019 static std::string sortuId(); 00020 00022 MId(); 00023 00027 MId(const char* iden); 00028 00032 MId(const std::string & s); 00033 00034 }; 00035 00036 #endif //_MID_H