From e706fb2ceb23b1ee3c225f6d9569c58359b4ee72 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 5 Jul 2017 12:10:49 +0200 Subject: Fixed ICE-8217 - added ice_getSlicedData method to Ice values and Ice::SlicedData::clear method to break cyclic references --- cpp/src/Ice/Object.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/src/Ice/Object.cpp') diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index a0fb5b5c9da..a24aa01b3f7 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -120,6 +120,12 @@ Ice::Object::ice_clone() const throw CloneNotImplementedException(__FILE__, __LINE__); return 0; // avoid warning with some compilers } + +Ice::SlicedDataPtr +Ice::Object::ice_getSlicedData() const +{ + return 0; +} #endif bool -- cgit v1.2.3