summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-07 06:06:32 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-07 06:06:32 +0000
commit9bc48277b0cd404aefd04ee8cf72e47225643c8a (patch)
tree58f2f6a58216f230d4d0da3a7adbd359b69a6643
parent7a9ea0f89bdd2a6263d3e05521c3bb26033261d6 (diff)
downloadATCD-9bc48277b0cd404aefd04ee8cf72e47225643c8a.tar.gz
*** empty log message ***
-rw-r--r--TAO/examples/POA/Generic_Servant/client.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/examples/POA/Generic_Servant/client.cpp b/TAO/examples/POA/Generic_Servant/client.cpp
index 43df07d043b..6f5d2b8650e 100644
--- a/TAO/examples/POA/Generic_Servant/client.cpp
+++ b/TAO/examples/POA/Generic_Servant/client.cpp
@@ -221,13 +221,12 @@ main (int argc, char **argv)
ACE_TIMEPROBE_PRINT;
ACE_OS::free (IOR);
-
- return 0;
}
TAO_CATCHANY
{
TAO_TRY_ENV.print_exception ("Error!");
- return 0;
}
TAO_ENDTRY;
+
+ return 0;
}