Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

INamed.h

Go to the documentation of this file.
00001 #ifndef HEADER_INAMED_H
00002 #define HEADER_INAMED_H
00003 
00004 /**
00005  * Interface - named object.
00006  */
00007 class INamed {
00008     public:
00009         virtual ~INamed() {}
00010         virtual const char *getName() const = 0;
00011 };
00012 
00013 #endif

Generated on Wed Jun 1 09:54:31 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2