FakeRecord.h

Go to the documentation of this file.
00001 //==============================================================================
00002 // $Id: FakeRecord.h,v 1.3 2003/02/26 06:47:49 pfb Exp $
00003 //==============================================================================
00004 
00005 #ifndef _FakeRecord_h
00006 #define _FakeRecord_h
00007 
00015 class FakeRecord
00016   {
00017   //============================================================================
00018                              public:
00019 
00027   FakeRecord(FakeBathymetry& bathymetry,
00028              FakeMotion& motion,
00029              FakeTide& tide,
00030              FakeTime& ftime);
00031 
00035   ~FakeRecord();
00036 
00045   bool advance();
00046 
00047   //============================================================================
00048                              private:
00049 
00053   FakeRecord(const FakeRecord& );
00054   FakeRecord& operator=(const FakeRecord& );
00055 
00056   FakeBathymetry  _bathymetry;
00057   FakeMotion      _motion;
00058   FakeTide        _tide;
00059   };
00060   
00061 //==============================================================================
00062 //
00063 // $Log: FakeRecord.h,v $
00064 // Revision 1.3  2003/02/26 06:47:49  pfb
00065 // Work over of the guard defines.
00066 //
00067 // Revision 1.2  2000/03/26 11:18:35  pfb
00068 // First pass.
00069 //
00070 // Revision 1.1  2000/03/19 13:19:30  pfb
00071 // first pass.
00072 //
00073 //
00074 //==============================================================================
00075 #endif  // _FakeRecord_h