summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 19:36:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 19:36:42 +0000
commitf8f8769bedfdd92c18bb97dbf8ece06212960211 (patch)
tree8848c1267a21911a3864d197ab113adabafbb194
parentc0e5a1fa4f3250834b021d082fdb769ffc25aa72 (diff)
downloadATCD-f8f8769bedfdd92c18bb97dbf8ece06212960211.tar.gz
Mon Feb 12 19:20:06 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/TransportCurrent/Framework/Server_Main.cpp6
-rw-r--r--TAO/tests/TransportCurrent/Framework/client.cpp3
-rw-r--r--TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp3
-rw-r--r--TAO/tests/TransportCurrent/IIOP/client.cpp3
4 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tests/TransportCurrent/Framework/Server_Main.cpp b/TAO/tests/TransportCurrent/Framework/Server_Main.cpp
index 244c46764e4..a11a01d1f00 100644
--- a/TAO/tests/TransportCurrent/Framework/Server_Main.cpp
+++ b/TAO/tests/TransportCurrent/Framework/Server_Main.cpp
@@ -10,12 +10,10 @@ int server_main (int argc,
Test::Server_Request_Interceptor *cri);
int
-test_transport_current (CORBA::ORB_ptr orb) ACE_THROW_SPEC ((CORBA::SystemException,
- CORBA::UserException));
+test_transport_current (CORBA::ORB_ptr orb);
int
-ACE_TMAIN (int argc,
- ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
Test::Server_Request_Interceptor* cri = 0;
ACE_NEW_RETURN (cri,
diff --git a/TAO/tests/TransportCurrent/Framework/client.cpp b/TAO/tests/TransportCurrent/Framework/client.cpp
index 65be75cb715..d713a30dfe3 100644
--- a/TAO/tests/TransportCurrent/Framework/client.cpp
+++ b/TAO/tests/TransportCurrent/Framework/client.cpp
@@ -20,8 +20,7 @@ ACE_RCSID (PICurrent,
// Prototype
int
-test_transport_current (CORBA::ORB_ptr) ACE_THROW_SPEC ((CORBA::SystemException,
- CORBA::UserException));
+test_transport_current (CORBA::ORB_ptr);
using namespace TAO;
diff --git a/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp b/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp
index 64dceb697d2..c4ed3e82c24 100644
--- a/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp
+++ b/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp
@@ -10,8 +10,7 @@ int server_main (int argc,
Test::Server_Request_Interceptor *cri);
int
-test_transport_current (CORBA::ORB_ptr orb) ACE_THROW_SPEC ((CORBA::SystemException,
- CORBA::UserException));
+test_transport_current (CORBA::ORB_ptr orb);
int
ACE_TMAIN (int argc,
diff --git a/TAO/tests/TransportCurrent/IIOP/client.cpp b/TAO/tests/TransportCurrent/IIOP/client.cpp
index c125e60d0b9..0cffd542bcc 100644
--- a/TAO/tests/TransportCurrent/IIOP/client.cpp
+++ b/TAO/tests/TransportCurrent/IIOP/client.cpp
@@ -20,8 +20,7 @@ ACE_RCSID (IIOP,
// Prototype
int
-test_transport_current (CORBA::ORB_ptr) ACE_THROW_SPEC ((CORBA::SystemException,
- CORBA::UserException));
+test_transport_current (CORBA::ORB_ptr);
using namespace TAO;