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

sentid.h

00001 /* libIXAml - IXA Taldea */
00002 
00003 #ifndef _SENTID_H
00004 #define _SENTID_H
00005 
00006 #include "joinid.h"
00007 #include <string>
00008 
00009 
00012 class SentId : public JoinId {
00013 
00014 public:
00015 
00019   static SentId sortuId();
00020 
00022   SentId();
00023 
00027   SentId( char* sentId);
00028     
00032   SentId( const std::string & sentId);
00033         
00034 };
00035 
00036 #endif //_SENTID_H

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