adding acconfig.h

This commit is contained in:
gustavo 1999-02-04 17:38:39 +00:00
commit 57e734fdf2
4 changed files with 9 additions and 8 deletions

View file

@ -2,9 +2,9 @@
//Implementation of these objects
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
istream & operator >> ( istream& _is, eoPersistent& _o ) {
_o.readFrom(_is);
return _is;
};
_o.readFrom(_is);
return _is;
};