summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertiesI.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-05-10 15:13:17 +0000
committerMark Spruiell <mes@zeroc.com>2002-05-10 15:13:17 +0000
commitddad611afa296fe49141b006d8cdd0dc0d273ead (patch)
treee43a7e254ce485ce9416a985a3d3e1473db00ddc /cpp/src/Ice/PropertiesI.h
parentadding support for --clone (diff)
downloadice-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.h2
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;
};