adding acconfig.h
This commit is contained in:
parent
a44af3e7f4
commit
57e734fdf2
4 changed files with 9 additions and 8 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
//Implementation of these objects
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
istream & operator >> ( istream& _is, eoPersistent& _o ) {
|
||||
_o.readFrom(_is);
|
||||
return _is;
|
||||
};
|
||||
_o.readFrom(_is);
|
||||
return _is;
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue