summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/BiDirectionalGIOP/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/BiDirectionalGIOP/server.cpp')
-rw-r--r--TAO/DevGuideExamples/BiDirectionalGIOP/server.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/BiDirectionalGIOP/server.cpp b/TAO/DevGuideExamples/BiDirectionalGIOP/server.cpp
index ad4b3224ab9..529d1feff1e 100644
--- a/TAO/DevGuideExamples/BiDirectionalGIOP/server.cpp
+++ b/TAO/DevGuideExamples/BiDirectionalGIOP/server.cpp
@@ -84,7 +84,6 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// Our own special orb->run() that knows how to callback clients
while (true) {
-
// returns 1 as soon as it has successfully called back.
if (svt->call_client()) {
break;