From bf3370461005dc8badc22b8d728815b9a7fb8737 Mon Sep 17 00:00:00 2001 From: gustavo Date: Mon, 3 Apr 2000 09:51:29 +0000 Subject: [PATCH] too many EMPTY constructors --- eo/src/eoObject.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/eo/src/eoObject.h b/eo/src/eoObject.h index 3ceb2590..32790c8c 100644 --- a/eo/src/eoObject.h +++ b/eo/src/eoObject.h @@ -27,11 +27,11 @@ //----------------------------------------------------------------------------- -#include "utils/eoData.h" // For limits definition +#include // For limits definition #include // istream, ostream #include // string -#include "utils/compatibility.h" +#include using namespace std; @@ -47,13 +47,6 @@ interface, but it class eoObject { public: - - /// Default Constructor. - eoObject() {} - - /// Copy constructor. - eoObject( const eoObject& ) {} - /// Virtual dtor. They are needed in virtual class hierarchies. virtual ~eoObject() {}