diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-03-27 00:31:38 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-03-27 00:31:38 +0000 |
commit | 5c2a5725eb11167478d817c78fa3485f9b3c19fe (patch) | |
tree | 126501f1f3bad143a1201f7bc7f8efe79ae8f1ef /cpp/src/Ice/PropertiesI.h | |
parent | Oops. Compatibility issue with Linux. (diff) | |
download | ice-5c2a5725eb11167478d817c78fa3485f9b3c19fe.tar.bz2 ice-5c2a5725eb11167478d817c78fa3485f9b3c19fe.tar.xz ice-5c2a5725eb11167478d817c78fa3485f9b3c19fe.zip |
adding getProperties
Diffstat (limited to 'cpp/src/Ice/PropertiesI.h')
-rw-r--r-- | cpp/src/Ice/PropertiesI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/PropertiesI.h b/cpp/src/Ice/PropertiesI.h index d134544016e..f97e368bad8 100644 --- a/cpp/src/Ice/PropertiesI.h +++ b/cpp/src/Ice/PropertiesI.h @@ -24,6 +24,7 @@ public: virtual std::string getProperty(const std::string&); virtual std::string getPropertyWithDefault(const std::string&, const std::string&); + virtual StringSeq getProperties(const std::string&); virtual void setProperty(const std::string&, const std::string&); virtual StringSeq getCommandLineOptions(); virtual PropertiesPtr clone(); |