summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Leader_Followers/client.cpp')
-rw-r--r--TAO/tests/Leader_Followers/client.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/Leader_Followers/client.cpp b/TAO/tests/Leader_Followers/client.cpp
index e7419b54fce..f3f43e49599 100644
--- a/TAO/tests/Leader_Followers/client.cpp
+++ b/TAO/tests/Leader_Followers/client.cpp
@@ -103,9 +103,8 @@ public:
{
}
- int svc (void)
+ int svc ()
{
-
try
{
u_long work_from_this_thread = 0;
@@ -173,9 +172,8 @@ public:
{
}
- int svc (void)
+ int svc ()
{
-
try
{
u_long event_loop_timeout_for_this_thread = 0;
@@ -222,7 +220,6 @@ private:
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
-
try
{
// Initialize the ORB.