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

errinstid.h

00001 /* ***************************************************
00002  * File name     : errid.h
00003  * Date          : 2006/03/23
00004  * Author        : Aitor Sologaistoa (jibsofra@si.ehu.es)
00005  *                 Kike Fernandez (sisfetek@si.ehu.es)
00006  * Purpose       : ErrInst klaserako   identifikadoreak inplementatu
00007  * Use           : 
00008  *               : 
00009  * **************************************************** */
00010 
00011 #ifndef _ERRINSTID_H
00012 #define _ERRINSTID_H
00013 
00014 #include "joinid.h"
00015 #include <string>
00016 
00017 class ErrInstId: public JoinId {
00018 
00019  public:
00020   static std::string sortuId();
00021 
00022   ErrInstId();
00023   ErrInstId(const char*);
00024   ErrInstId(const std::string &);
00025 
00026 };
00027 
00028 #endif //_SPANID_H

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