SimulatorSystemDummyRecord.h

Go to the documentation of this file.
00001 #ifndef _SimulatorSystemDummyRecord_h
00002 #define _SimulatorSystemDummyRecord_h
00003 
00004 #include <Common/File/SystemRecord.h>
00005 
00013 class SimulatorSystemDummyRecord : public SystemRecord
00014   {
00015   //============================================================================
00016                              public:
00020   SimulatorSystemDummyRecord();
00021 
00026   off_t size() const; 
00027 
00032   bool read(const ACE_FILE_IO& );
00033 
00038   bool write(ACE_FILE_IO& ); 
00039 
00040   };
00041   
00042 //==============================================================================
00043 //
00044 // $Log: SimulatorSystemDummyRecord.h,v $
00045 // Revision 1.4  2003/02/26 06:47:49  pfb
00046 // Work over of the guard defines.
00047 //
00048 // Revision 1.3  2000/05/08 07:52:47  pfb
00049 // Added virtual functions.
00050 //
00051 // Revision 1.2  2000/05/08 06:28:16  pfb
00052 // Added Log record.
00053 //
00054 //
00055 //==============================================================================
00056 #endif