diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-14 19:20:52 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-14 19:20:52 +0000 |
commit | c3ceb1274f8b7a370d09750c639dc4b6abb6a935 (patch) | |
tree | f9c9e3770d9f311398d47cfd4d10b12ec87c6c91 /cpp/src/Ice/ObjectAdapterI.h | |
parent | update file specs for demo list, generated code should be excluded from the (diff) | |
download | ice-c3ceb1274f8b7a370d09750c639dc4b6abb6a935.tar.bz2 ice-c3ceb1274f8b7a370d09750c639dc4b6abb6a935.tar.xz ice-c3ceb1274f8b7a370d09750c639dc4b6abb6a935.zip |
Minor refactor
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.h')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.h b/cpp/src/Ice/ObjectAdapterI.h index 1cd8eff2a75..89fa481a659 100644 --- a/cpp/src/Ice/ObjectAdapterI.h +++ b/cpp/src/Ice/ObjectAdapterI.h @@ -101,7 +101,7 @@ private: static void checkIdentity(const Identity&); std::vector<IceInternal::EndpointIPtr> parseEndpoints(const std::string&) const; void updateLocatorRegistry(const IceInternal::LocatorInfoPtr&, const Ice::ObjectPrx&, bool); - void filterProperties(Ice::StringSeq&, Ice::StringSeq&); + bool filterProperties(Ice::StringSeq&); bool _deactivated; IceInternal::InstancePtr _instance; |