diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-12-06 12:17:44 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-12-06 12:17:44 +0100 |
commit | 86a110227d6113cebae014240cd51913de11d9ef (patch) | |
tree | ef707d21f3c63fdd441b7bf07e758df45e47ab93 /cpp/src/IceGrid/DescriptorHelper.h | |
parent | Fixed build, application.xml, bug in IceGrid GUI (diff) | |
download | ice-86a110227d6113cebae014240cd51913de11d9ef.tar.bz2 ice-86a110227d6113cebae014240cd51913de11d9ef.tar.xz ice-86a110227d6113cebae014240cd51913de11d9ef.zip |
Fixed bug 2583
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r-- | cpp/src/IceGrid/DescriptorHelper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h index f16d50afb71..8b52a71b922 100644 --- a/cpp/src/IceGrid/DescriptorHelper.h +++ b/cpp/src/IceGrid/DescriptorHelper.h @@ -48,6 +48,9 @@ public: PropertyDescriptorSeq getProperties(const Ice::StringSeq&) const; void addIgnored(const std::string&); + void setVersion(const std::string&); + int getVersion() const; + void exception(const std::string&) const; TemplateDescriptor getServerTemplate(const std::string&) const; @@ -76,6 +79,7 @@ private: PropertySetDescriptorDict _propertySets; std::map<std::string, std::string> _reserved; std::set<std::string> _ignore; + int _version; }; class CommunicatorHelper |