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

converterVI.h

Go to the documentation of this file.
00001 #ifndef converterVI_h
00002 #define converterVI_h
00003 
00004 //----------------------------------
00006 
00014 //-----------------------------------
00015 // JA Hernando, Santa Cruz, 06/16/00
00016 //-----------------------------------
00017 //###################################
00018 class converterVI
00019 //###################################
00020 {
00021 public:
00022 
00024         converterVI(){}
00026         virtual ~converterVI(){}
00027 
00029         virtual void load() = 0;
00031         virtual void save() = 0;
00032 
00033 };
00034 #endif

Generated at Fri Aug 18 12:57:37 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000