diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-05-22 19:36:56 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-05-22 19:36:56 +0000 |
commit | b6a76f40823b2dd53a6d755d93c1cd16bd4b725b (patch) | |
tree | 27f37bd910c49131d0753742cd91f34e4f32ccce /cpp/src/IceGrid/DescriptorHelper.h | |
parent | Removed object descriptor allocatable attribute. (diff) | |
download | ice-b6a76f40823b2dd53a6d755d93c1cd16bd4b725b.tar.bz2 ice-b6a76f40823b2dd53a6d755d93c1cd16bd4b725b.tar.xz ice-b6a76f40823b2dd53a6d755d93c1cd16bd4b725b.zip |
Bug fixes
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r-- | cpp/src/IceGrid/DescriptorHelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h index 38430fc8a25..c19aae0be03 100644 --- a/cpp/src/IceGrid/DescriptorHelper.h +++ b/cpp/src/IceGrid/DescriptorHelper.h @@ -35,6 +35,8 @@ public: const PropertySetDescriptor& getPropertySet(const std::string&) const; PropertyDescriptorSeq getProperties(const Ice::StringSeq&) const; + void addIgnored(const std::string&); + void exception(const std::string&) const; TemplateDescriptor getServerTemplate(const std::string&) const; |