Replaced the flat definitions of ncecessary classes (eoStatxxx and eoMonitor)

with the include of the corresponding .h file. as MSVC complained!
This commit is contained in:
evomarc 2001-11-16 14:01:52 +00:00
commit 49cc03546a

View file

@ -29,11 +29,8 @@
#include <eoContinue.h> #include <eoContinue.h>
#include <utils/eoUpdater.h> #include <utils/eoUpdater.h>
#include <utils/eoMonitor.h>
template <class EOT> class eoStatBase; #include <utils/eoStat.h>
template <class EOT> class eoSortedStatBase;
class eoMonitor;
class eoUpdater;
/** eoCheckPoint is a container class. /** eoCheckPoint is a container class.
It contains an eoContinue, and vertors of (pointers to) It contains an eoContinue, and vertors of (pointers to)