summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertiesI.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-03-27 00:31:38 +0000
committerMark Spruiell <mes@zeroc.com>2002-03-27 00:31:38 +0000
commit5c2a5725eb11167478d817c78fa3485f9b3c19fe (patch)
tree126501f1f3bad143a1201f7bc7f8efe79ae8f1ef /cpp/src/Ice/PropertiesI.h
parentOops. Compatibility issue with Linux. (diff)
downloadice-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.h1
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();