diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-15 20:46:02 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-15 20:46:02 +0000 |
commit | ec2bf745f5b36cb7f9707c951220d353a7a18f9e (patch) | |
tree | e409fbd6d2415051a630b9d82e6d006f41c3e0a5 /cpp/src/Ice/PropertiesI.h | |
parent | fixes (diff) | |
download | ice-ec2bf745f5b36cb7f9707c951220d353a7a18f9e.tar.bz2 ice-ec2bf745f5b36cb7f9707c951220d353a7a18f9e.tar.xz ice-ec2bf745f5b36cb7f9707c951220d353a7a18f9e.zip |
PropertyDict
Diffstat (limited to 'cpp/src/Ice/PropertiesI.h')
-rw-r--r-- | cpp/src/Ice/PropertiesI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertiesI.h b/cpp/src/Ice/PropertiesI.h index 4e301f68306..da843b70611 100644 --- a/cpp/src/Ice/PropertiesI.h +++ b/cpp/src/Ice/PropertiesI.h @@ -26,7 +26,7 @@ public: virtual std::string getPropertyWithDefault(const std::string&, const std::string&); virtual Ice::Int getPropertyAsInt(const std::string&); virtual Ice::Int getPropertyAsIntWithDefault(const std::string&, Ice::Int); - virtual StringSeq getProperties(const std::string&); + virtual PropertyDict getPropertiesForPrefix(const std::string&); virtual void setProperty(const std::string&, const std::string&); virtual StringSeq getCommandLineOptions(); virtual StringSeq parseCommandLineOptions(const std::string&, const StringSeq&); |