diff options
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 |