diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-17 22:04:17 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-17 22:04:17 +0000 |
commit | 60f51d6688e98ed87d24e6e9d1f179ca5db8f07a (patch) | |
tree | 7c99579afb6e99ea7a76cc5e564db694bdc6d8aa /cpp/demo/Ice/value/ServantFactory.h | |
parent | fixes (diff) | |
download | ice-60f51d6688e98ed87d24e6e9d1f179ca5db8f07a.tar.bz2 ice-60f51d6688e98ed87d24e6e9d1f179ca5db8f07a.tar.xz ice-60f51d6688e98ed87d24e6e9d1f179ca5db8f07a.zip |
tons of fixes
Diffstat (limited to 'cpp/demo/Ice/value/ServantFactory.h')
-rw-r--r-- | cpp/demo/Ice/value/ServantFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Ice/value/ServantFactory.h b/cpp/demo/Ice/value/ServantFactory.h index 74493f88848..67931bca3fb 100644 --- a/cpp/demo/Ice/value/ServantFactory.h +++ b/cpp/demo/Ice/value/ServantFactory.h @@ -16,6 +16,7 @@ class ServantFactory : public Ice::ServantFactory public: virtual Ice::ObjectPtr create(const std::string&); + virtual void destroy(); }; #endif |