diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-04-25 12:25:28 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-04-25 12:25:28 +0200 |
commit | 9ed9d3b18e2040091056ed3e10c52877a1edcc98 (patch) | |
tree | 6f4d5eff20a82b367218f3655bcee97289037a18 /cpp/src/IceGrid/Util.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3025 - Bogus IceStorm Make... (diff) | |
download | ice-9ed9d3b18e2040091056ed3e10c52877a1edcc98.tar.bz2 ice-9ed9d3b18e2040091056ed3e10c52877a1edcc98.tar.xz ice-9ed9d3b18e2040091056ed3e10c52877a1edcc98.zip |
Fixed bug 3039
Diffstat (limited to 'cpp/src/IceGrid/Util.h')
-rw-r--r-- | cpp/src/IceGrid/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Util.h b/cpp/src/IceGrid/Util.h index b6405185e0e..805f870dc69 100644 --- a/cpp/src/IceGrid/Util.h +++ b/cpp/src/IceGrid/Util.h @@ -42,7 +42,7 @@ std::string toString(const std::vector<std::string>&, const std::string& = std:: std::string toString(const Ice::Exception&); std::string getProperty(const PropertyDescriptorSeq&, const std::string&, const std::string& = std::string()); -bool isSet(const PropertyDescriptorSeq&, const std::string&); +bool hasProperty(const PropertyDescriptorSeq&, const std::string&); PropertyDescriptor createProperty(const std::string&, const std::string& = std::string()); |