Remove old eoObject.cpp
This commit is contained in:
parent
3fe0218a72
commit
6e9ddda69c
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// eoObject.cpp
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <eoObject.h>
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
// Implementation of these objects
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
/*
|
||||
ostream & operator << ( ostream& _os, const eoObject& _o ) {
|
||||
_o.printOn(_os);
|
||||
return _os;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
istream & operator >> ( istream& _is, eoObject& _o ) {
|
||||
_o.readFrom(_is);
|
||||
return _is;
|
||||
}
|
||||
*/
|
||||
//-----------------------------------------------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue