diff options
author | Jose <jose@zeroc.com> | 2016-01-13 12:13:35 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-13 12:13:35 +0100 |
commit | cca9395db27438f278c7b4750b1ce1edc4989215 (patch) | |
tree | af5882df9b514fcc5901d96be028683ab6bb2257 /cpp/include/Ice/Object.h | |
parent | C++98: Reduce code bloat from C++ proxy factory methods (diff) | |
download | ice-cca9395db27438f278c7b4750b1ce1edc4989215.tar.bz2 ice-cca9395db27438f278c7b4750b1ce1edc4989215.tar.xz ice-cca9395db27438f278c7b4750b1ce1edc4989215.zip |
Remove Object::ice_clone from C++11 mapping
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r-- | cpp/include/Ice/Object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index 565822b7f86..48257379fef 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -83,8 +83,6 @@ public: static const std::string& ice_staticId(); - virtual ObjectPtr ice_clone() const; - static std::string __all[]; virtual DispatchStatus ice_dispatch(Ice::Request&, const DispatchInterceptorAsyncCallbackPtr& = 0); |