summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Object.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-13 12:13:35 +0100
committerJose <jose@zeroc.com>2016-01-13 12:13:35 +0100
commitcca9395db27438f278c7b4750b1ce1edc4989215 (patch)
treeaf5882df9b514fcc5901d96be028683ab6bb2257 /cpp/include/Ice/Object.h
parentC++98: Reduce code bloat from C++ proxy factory methods (diff)
downloadice-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.h2
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);