Updated documentation to give proper include file in doxygen and define a module selectors

Also added a load(stream) and save(stream) to eoState
This commit is contained in:
mac 2000-04-09 09:46:20 +00:00
commit f357a908bf
7 changed files with 46 additions and 9 deletions

View file

@ -8,7 +8,7 @@
using namespace std;
void eoFileMonitor::operator()(void)
eoMonitor& eoFileMonitor::operator()(void)
{
if (firsttime)
{
@ -53,6 +53,6 @@ void eoFileMonitor::operator()(void)
os << ',' << (*it)->getValue();
}
// and we're there
return *this;
}