summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertiesI.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-17 17:11:12 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-17 17:11:12 +0000
commit863e457e48fdd23a9f4222c888256ece84de9e7e (patch)
treec61a75055820c7b0700278c4cedc629c5cc84c94 /cpp/src/Ice/PropertiesI.h
parentinterrupt fixes (diff)
downloadice-863e457e48fdd23a9f4222c888256ece84de9e7e.tar.bz2
ice-863e457e48fdd23a9f4222c888256ece84de9e7e.tar.xz
ice-863e457e48fdd23a9f4222c888256ece84de9e7e.zip
getPropertyAsInt
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 f97e368bad8..73f770d3920 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 Ice::Int getPropertyAsInt(const std::string&);
virtual StringSeq getProperties(const std::string&);
virtual void setProperty(const std::string&, const std::string&);
virtual StringSeq getCommandLineOptions();