diff options
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&); |