diff options
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceE/Object.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cppe/src/IceE/Object.cpp b/cppe/src/IceE/Object.cpp index 9d763d31a71..0f0b93dc16e 100644 --- a/cppe/src/IceE/Object.cpp +++ b/cppe/src/IceE/Object.cpp @@ -83,16 +83,6 @@ Ice::Object::ice_clone() const throw new CloneNotImplementedException(__FILE__, __LINE__); } -void -Ice::Object::ice_preMarshal() -{ -} - -void -Ice::Object::ice_postUnmarshal() -{ -} - DispatchStatus Ice::Object::___ice_isA(Incoming& __inS, const Current& __current) { |