summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterI.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-02-14 17:00:36 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-02-14 17:00:36 +0000
commitb048961e8c3818d26f6aa52262e3296a8e03d048 (patch)
treef450bdc248212226e1afbf6b787bf712e079b77f /cpp/src/Ice/ObjectAdapterI.h
parentRemoving fixVersion from files that do not need it. (diff)
downloadice-b048961e8c3818d26f6aa52262e3296a8e03d048.tar.bz2
ice-b048961e8c3818d26f6aa52262e3296a8e03d048.tar.xz
ice-b048961e8c3818d26f6aa52262e3296a8e03d048.zip
Added unknown property warning
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.h')
-rw-r--r--cpp/src/Ice/ObjectAdapterI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.h b/cpp/src/Ice/ObjectAdapterI.h
index 953bbdc2bc6..1cd8eff2a75 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);
- Ice::StringSeq filterProperties(const std::string&);
+ void filterProperties(Ice::StringSeq&, Ice::StringSeq&);
bool _deactivated;
IceInternal::InstancePtr _instance;