summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Simple/Server_i.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-06-29 11:28:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-06-29 11:28:12 +0000
commit84db72b7662852b5d07c6a56f9e6b3ba94fe177a (patch)
tree5d6ea5425e53e418991dd614abe75922a9b7d26f /TAO/tests/OBV/Simple/Server_i.cpp
parent7cfd197441136126ff56f06bc4b14286be3d600c (diff)
downloadATCD-84db72b7662852b5d07c6a56f9e6b3ba94fe177a.tar.gz
Wed Jun 29 11:27:19 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/OBV/Simple/Client_i.h: * tests/OBV/Simple/OBV_impl.h: * tests/OBV/Simple/Server_i.h: * tests/OBV/Simple/Server_i.cpp: * tests/OBV/Simple/server.cpp: Cleanup
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)
{
}