Go to the documentation of this file.00001 #ifndef Watcher_SimWatcher_h
00002 #define Watcher_SimWatcher_h
00003
00004
00005
00006
00007
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 class SimWatcher
00034 {
00035
00036 public:
00037 SimWatcher() {}
00038 virtual ~SimWatcher() {}
00039
00040
00041
00042
00043
00044
00045
00046 private:
00047 SimWatcher(const SimWatcher&);
00048
00049 const SimWatcher& operator=(const SimWatcher&);
00050
00051
00052
00053 };
00054
00055
00056 #endif