diff options
author | Bernard Normier <bernard@zeroc.com> | 2018-01-22 15:20:04 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2018-01-22 15:20:04 -0500 |
commit | eb1ff41658e4d81499914a5d42f59c49f03f1cea (patch) | |
tree | a182b37d152f00d6177393405285ee49531d74c5 /cpp/src/Ice/Object.cpp | |
parent | ICE-8584 - Javadoc fix for Ice.Object (diff) | |
download | ice-eb1ff41658e4d81499914a5d42f59c49f03f1cea.tar.bz2 ice-eb1ff41658e4d81499914a5d42f59c49f03f1cea.tar.xz ice-eb1ff41658e4d81499914a5d42f59c49f03f1cea.zip |
Moved ice_collectable impl out of line (ICE-8610)
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 9fce2f852d5..90f600eea27 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -251,6 +251,11 @@ Ice::Object::_iceDispatch(Incoming& in, const Current& current) #ifndef ICE_CPP11_MAPPING void +Ice::Object::ice_collectable(bool) +{ +} + +void Ice::Object::ice_preMarshal() { } |