From eb1ff41658e4d81499914a5d42f59c49f03f1cea Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 22 Jan 2018 15:20:04 -0500 Subject: Moved ice_collectable impl out of line (ICE-8610) --- cpp/src/Ice/Object.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/Ice/Object.cpp') 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 @@ -250,6 +250,11 @@ Ice::Object::_iceDispatch(Incoming& in, const Current& current) } #ifndef ICE_CPP11_MAPPING +void +Ice::Object::ice_collectable(bool) +{ +} + void Ice::Object::ice_preMarshal() { -- cgit v1.2.3