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