diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-05-07 19:52:15 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-05-07 19:52:15 +0000 |
commit | 5c199cf535961aef1779245a54bc672153286f1f (patch) | |
tree | 5722fef419ff63cc892edded9d4d14b19a19827a /cpp/src/Ice/PropertiesI.h | |
parent | fixing bug with service property set creation (diff) | |
download | ice-5c199cf535961aef1779245a54bc672153286f1f.tar.bz2 ice-5c199cf535961aef1779245a54bc672153286f1f.tar.xz ice-5c199cf535961aef1779245a54bc672153286f1f.zip |
adding overloading for StringSeq
Diffstat (limited to 'cpp/src/Ice/PropertiesI.h')
-rw-r--r-- | cpp/src/Ice/PropertiesI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/PropertiesI.h b/cpp/src/Ice/PropertiesI.h index 5c1ea0656a2..1857eba479a 100644 --- a/cpp/src/Ice/PropertiesI.h +++ b/cpp/src/Ice/PropertiesI.h @@ -36,8 +36,10 @@ public: private: PropertiesI(); + PropertiesI(StringSeq&); PropertiesI(int&, char*[]); friend ICE_API PropertiesPtr createProperties(); + friend ICE_API PropertiesPtr createProperties(StringSeq&); friend ICE_API PropertiesPtr createProperties(int&, char*[]); void parseLine(const std::string&); |