summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionFactoryI.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-04-14 01:43:00 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-04-14 01:43:00 +0000
commitef14bfd723a83afa62c33340aed960b4e16c8375 (patch)
treeef38e49ddc207b68e42fcfd290457ba4978b61a8 /cpp/demo/Ice/session/SessionFactoryI.h
parentfix comment in config. (diff)
downloadice-ef14bfd723a83afa62c33340aed960b4e16c8375.tar.bz2
ice-ef14bfd723a83afa62c33340aed960b4e16c8375.tar.xz
ice-ef14bfd723a83afa62c33340aed960b4e16c8375.zip
minor change.
Diffstat (limited to 'cpp/demo/Ice/session/SessionFactoryI.h')
-rwxr-xr-xcpp/demo/Ice/session/SessionFactoryI.h4
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&);