diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-01-27 14:09:35 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-01-27 14:09:35 +0000 |
commit | 9b9bd3568a59a4b111953bc016a9bcdf08ca728c (patch) | |
tree | c644accf965ae25c0c4f8d318a5a19500d36f38a /cpp/src/Ice/PropertiesI.h | |
parent | Connection validation now checks for Ice.Override.ConnectTimeout (diff) | |
download | ice-9b9bd3568a59a4b111953bc016a9bcdf08ca728c.tar.bz2 ice-9b9bd3568a59a4b111953bc016a9bcdf08ca728c.tar.xz ice-9b9bd3568a59a4b111953bc016a9bcdf08ca728c.zip |
Added 'object list' and 'object describe' IcePack admin commands.
Diffstat (limited to 'cpp/src/Ice/PropertiesI.h')
-rw-r--r-- | cpp/src/Ice/PropertiesI.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertiesI.h b/cpp/src/Ice/PropertiesI.h index 1ce58dc3b74..ac6a611224b 100644 --- a/cpp/src/Ice/PropertiesI.h +++ b/cpp/src/Ice/PropertiesI.h @@ -46,8 +46,6 @@ private: void loadConfig(); - static bool match(const std::string&, const std::string&); - std::map<std::string, std::string> _properties; }; |