diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-24 17:31:42 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-24 17:31:42 +0000 |
commit | 83200b6de517b3634769090fd04523ab25a8942b (patch) | |
tree | 8f380f4bdddd77c48167bc3eee0679d1107f0328 /cpp/src/IceGrid/DescriptorHelper.h | |
parent | Fixed bug 916 (diff) | |
download | ice-83200b6de517b3634769090fd04523ab25a8942b.tar.bz2 ice-83200b6de517b3634769090fd04523ab25a8942b.tar.xz ice-83200b6de517b3634769090fd04523ab25a8942b.zip |
Fixed bug 885 and 920
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r-- | cpp/src/IceGrid/DescriptorHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h index fd6c74838c9..413b81b0832 100644 --- a/cpp/src/IceGrid/DescriptorHelper.h +++ b/cpp/src/IceGrid/DescriptorHelper.h @@ -28,6 +28,7 @@ public: std::string operator()(const std::string&, const std::string& = std::string(), bool = true, bool = true) const; std::string asInt(const std::string&, const std::string& = std::string()) const; + std::string asFloat(const std::string&, const std::string& = std::string()) const; void setReserved(const std::string&, const std::string&); void setContext(const std::string&); |