summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Simple/Server_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Simple/Server_i.cpp')
-rw-r--r--TAO/tests/OBV/Simple/Server_i.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tests/OBV/Simple/Server_i.cpp b/TAO/tests/OBV/Simple/Server_i.cpp
index ad21429c1f8..498547af46c 100644
--- a/TAO/tests/OBV/Simple/Server_i.cpp
+++ b/TAO/tests/OBV/Simple/Server_i.cpp
@@ -46,8 +46,6 @@ Checkpoint_i::put_event (Event *event)
{
// Let us see what event has arrived
event->do_print ();
-
- return;
}
// Shutdown the server application.
@@ -62,15 +60,12 @@ Checkpoint_i::shutdown (void)
this->orb_->shutdown ();
}
-
// Constructor.
-
Checkpoint_i::Checkpoint_i (void)
{
}
// Destructor.
-
Checkpoint_i::~Checkpoint_i (void)
{
}