summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/MyFooServant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/MyFooServant.cpp')
-rw-r--r--TAO/examples/POA/Generic_Servant/MyFooServant.cpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/TAO/examples/POA/Generic_Servant/MyFooServant.cpp b/TAO/examples/POA/Generic_Servant/MyFooServant.cpp
index e40b0ee5b83..d236da4f6f6 100644
--- a/TAO/examples/POA/Generic_Servant/MyFooServant.cpp
+++ b/TAO/examples/POA/Generic_Servant/MyFooServant.cpp
@@ -53,20 +53,6 @@ MyFooServant::simply_doit (CORBA::Environment &/*env*/)
}
void
-MyFooServant::timed_operation (CORBA::ULong timeout,
- CORBA::Environment &)
-{
- ACE_DEBUG ((LM_DEBUG,
- "Thread %t starting MyFooServant::timed_operation with timeout %d\n",
- timeout));
-
- ACE_OS::sleep (timeout);
-
- ACE_DEBUG ((LM_DEBUG,
- "Thread %t completes MyFooServant::timed_operation\n"));
-}
-
-void
MyFooServant::shutdown (CORBA::Environment &)
{
this->orb_->shutdown ();
@@ -137,3 +123,5 @@ destroy_servant (const PortableServer::ObjectId & /* oid */,
{
delete servant;
}
+
+