Main Page   Class Hierarchy   Compound List   File List   Compound Members  

ISOMDataRepository.h

00001 #ifndef ISOMDataRepository_H
00002 #define ISOMDataRepository_H
00003 
00004 #include "Data.h"
00005 #include <string>
00006 #include <vector>
00007 
00008 using namespace std;
00009 
00010 
00012 
00020 class ISOMDataRepository {
00021 public:
00023         virtual void save( SOMData data ) = 0;
00024 
00026         virtual SOMData * load( vector<string> params, int flag = 0 ) = 0;
00027 };
00028 
00029 
00030 
00031 
00032 #endif

Generated on Thu Apr 8 15:04:10 2004 for SOMCode by doxygen1.2.18