diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-09-12 05:56:24 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-09-12 05:56:24 +0000 |
commit | 424fd1269fd9f1f8282d5747f87d9c429e5bd4e5 (patch) | |
tree | 049bce758bfe962bbcd4acb06297b4a189400bf5 /cpp/include/Ice/Object.h | |
parent | Re-enabled Slice tests. (diff) | |
download | ice-424fd1269fd9f1f8282d5747f87d9c429e5bd4e5.tar.bz2 ice-424fd1269fd9f1f8282d5747f87d9c429e5bd4e5.tar.xz ice-424fd1269fd9f1f8282d5747f87d9c429e5bd4e5.zip |
ice_removeFacet now returns ObjectPtr
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r-- | cpp/include/Ice/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index de1c3a87d71..977601f5162 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -99,7 +99,7 @@ public: static void ice_unmarshal(const ::std::string&, const ::Ice::StreamPtr&, ObjectPtr&); void ice_addFacet(const ObjectPtr&, const ::std::string&); - void ice_removeFacet(const ::std::string&); + ObjectPtr ice_removeFacet(const ::std::string&); void ice_removeAllFacets(); ObjectPtr ice_findFacet(const ::std::string&); ObjectPtr ice_findFacetPath(const ::std::vector< ::std::string>&, int); |