diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-26 22:20:40 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-26 22:20:40 +0000 |
commit | 54f96da3f4a968dbfa99c4b277b3d4dd7d08aca0 (patch) | |
tree | f789d201738fa9f50335a9fc71fe1a81bfac1773 /cpp/src/Ice/PropertiesI.h | |
parent | started glacier starter (diff) | |
download | ice-54f96da3f4a968dbfa99c4b277b3d4dd7d08aca0.tar.bz2 ice-54f96da3f4a968dbfa99c4b277b3d4dd7d08aca0.tar.xz ice-54f96da3f4a968dbfa99c4b277b3d4dd7d08aca0.zip |
more glacier starter
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 255f7f0fb46..2d01fe55a2f 100644 --- a/cpp/src/Ice/PropertiesI.h +++ b/cpp/src/Ice/PropertiesI.h @@ -23,6 +23,7 @@ public: virtual std::string getProperty(const std::string&); virtual void setProperty(const std::string&, const std::string&); + virtual StringSeq getCommandLineOptions(); virtual PropertiesPtr clone(); static void addArgumentPrefix(const std::string&); |