diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-04-14 01:43:00 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-04-14 01:43:00 +0000 |
commit | ef14bfd723a83afa62c33340aed960b4e16c8375 (patch) | |
tree | ef38e49ddc207b68e42fcfd290457ba4978b61a8 /cpp/demo/Ice/session/SessionFactoryI.h | |
parent | fix comment in config. (diff) | |
download | ice-ef14bfd723a83afa62c33340aed960b4e16c8375.tar.bz2 ice-ef14bfd723a83afa62c33340aed960b4e16c8375.tar.xz ice-ef14bfd723a83afa62c33340aed960b4e16c8375.zip |
minor change.
Diffstat (limited to 'cpp/demo/Ice/session/SessionFactoryI.h')
-rwxr-xr-x | cpp/demo/Ice/session/SessionFactoryI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/session/SessionFactoryI.h b/cpp/demo/Ice/session/SessionFactoryI.h index ae9d7765382..7b0a957cf11 100755 --- a/cpp/demo/Ice/session/SessionFactoryI.h +++ b/cpp/demo/Ice/session/SessionFactoryI.h @@ -23,7 +23,7 @@ class ReapThread : public IceUtil::Thread, public IceUtil::Monitor<IceUtil::Mute public: ReapThread(const SessionFactoryIPtr&, const IceUtil::Time&); - ~ReapThread(); + virtual ~ReapThread(); virtual void run(); void destroy(); @@ -41,7 +41,7 @@ class SessionFactoryI : public ::Demo::SessionFactory, public IceUtil::Mutex public: SessionFactoryI(const Ice::ObjectAdapterPtr&); - ~SessionFactoryI(); + virtual ~SessionFactoryI(); virtual ::Demo::SessionPrx create(const ::Ice::Current&); virtual void shutdown(const Ice::Current&); |