Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

datarepr.h

Go to the documentation of this file.
00001 
00002 // FILE datarepr.h 
00003 
00004 
00005 #ifndef INCLUDED_DATAREPR_H
00006 #define INCLUDED_DATAREPR_H
00007 
00008 
00014 class DATA_REPR 
00015 {
00016 public:
00017  
00019   virtual ~DATA_REPR() {;}
00020   
00021 };
00022 
00023 
00025 typedef DATA_REPR* PtrDataRepr;
00026 
00027 
00028 #endif

Generated at Sun Oct 14 12:45:40 2001 for VNODE by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000