diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-05-10 15:13:17 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-05-10 15:13:17 +0000 |
commit | ddad611afa296fe49141b006d8cdd0dc0d273ead (patch) | |
tree | e43a7e254ce485ce9416a985a3d3e1473db00ddc /cpp/src/Ice/PropertiesI.h | |
parent | adding support for --clone (diff) | |
download | ice-ddad611afa296fe49141b006d8cdd0dc0d273ead.tar.bz2 ice-ddad611afa296fe49141b006d8cdd0dc0d273ead.tar.xz ice-ddad611afa296fe49141b006d8cdd0dc0d273ead.zip |
allow multiple files in Ice.Config
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 1857eba479a..4e301f68306 100644 --- a/cpp/src/Ice/PropertiesI.h +++ b/cpp/src/Ice/PropertiesI.h @@ -44,6 +44,8 @@ private: void parseLine(const std::string&); + void loadConfig(); + std::map<std::string, std::string> _properties; }; |