summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 08:35:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 08:35:56 +0000
commitbdd31e4d7374fb4f1cbb745021e90dd9f2e8e6d2 (patch)
tree24d08fa33165c20198fe9658efe3bda6fbe292ac /TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp
parente8cc76aad5f556c77963836aacfe813876795059 (diff)
downloadATCD-bdd31e4d7374fb4f1cbb745021e90dd9f2e8e6d2.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp b/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp
index 5ec4ae92f9b..e42e5b9f394 100755
--- a/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp
@@ -28,7 +28,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
-
+
return 0;
}
@@ -51,7 +51,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
rootPOA->the_POAManager ();
CORBA::PolicyList policies (5);
- policies.length (5);
+ policies.length (5);
// Lifespan policy
policies[0] =
@@ -116,7 +116,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
rootPOA->destroy (1, 1);
orb->destroy ();
}
- catch (const CORBA::Exception &ex)
+ catch (const CORBA::Exception &ex)
{
ex._tao_print_exception ("Exception caught by serverA:");
return 1;