ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/SimSnapshotManager.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/brains/SimSnapshotManager.hpp (file contents):
Revision 1733 by tim, Fri Nov 12 06:19:04 2004 UTC vs.
Revision 1804 by tim, Tue Nov 30 19:58:25 2004 UTC

# Line 30 | Line 30
30    * @time 23:56am
31    * @version 1.0
32    */
33 < #ifndef BRAINS_SNAPSHOTMANAGER_HPP
34 < #define BRAINS_SNAPSHOTMANAGER_HPP
33 > #ifndef BRAINS_SIMSNAPSHOTMANAGER_HPP
34 > #define BRAINS_SIMSNAPSHOTMANAGER_HPP
35  
36 + #include "brains/Snapshot.hpp"
37   #include "brains/SnapshotManager.hpp"
38 < #include "brains/SimInfo.hpp"
38 >
39   namespace oopse{
40  
41 + //forward declaration
42 + class SimInfo;
43      /**
44       * @class SimSnapshotManager SimSnapshotManager.hpp "brains/SimSnapshotManager.hpp"
45       * @brief SimSnapshotManager class is the concrete snapshot manager for actual simulation
# Line 59 | Line 62 | namespace oopse{
62      };
63  
64   }
65 < #endif //BRAINS_SNAPSHOTMANAGER_HPP
65 > #endif //BRAINS_SIMSNAPSHOTMANAGER_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines