summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/DescriptorHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r--cpp/src/IceGrid/DescriptorHelper.h4
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