summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
commitc5982b67ad295b131f6a3018321736241a17ef4f (patch)
tree04307a926b4d15576ea15d2e86d98e49e0eeb468 /TAO/tests/RTCORBA
parent893ef20831727d7e4b35ca5b07d1baffeada3c70 (diff)
downloadATCD-c5982b67ad295b131f6a3018321736241a17ef4f.tar.gz
Fri Jun 29 01:27:22 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/RTCORBA')
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Collocation/Collocation.cpp3
-rw-r--r--TAO/tests/RTCORBA/Diffserv/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Explicit_Binding/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/client.cpp4
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/server.cpp4
-rw-r--r--TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Persistent_IOR/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Persistent_IOR/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Policy_Combinations/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Policy_Combinations/server.cpp6
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp4
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp12
-rw-r--r--TAO/tests/RTCORBA/Server_Declared/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/server.cpp2
18 files changed, 43 insertions, 14 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/server.cpp b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
index f00702ec176..ec7e41a1014 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/server.cpp
+++ b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
@@ -16,7 +16,9 @@ public:
void test_method (CORBA::Boolean client_propagated,
CORBA::Short priority);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Client_Propagated/server.cpp b/TAO/tests/RTCORBA/Client_Propagated/server.cpp
index 0ebfe985c70..e36f90b4c39 100644
--- a/TAO/tests/RTCORBA/Client_Propagated/server.cpp
+++ b/TAO/tests/RTCORBA/Client_Propagated/server.cpp
@@ -20,7 +20,9 @@ public:
// = The Test methods.
void test_method (CORBA::Short priority);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Client_Protocol/server.cpp b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
index b5e012a90cd..b8c46953130 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/server.cpp
+++ b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
@@ -18,7 +18,9 @@ public:
void test_method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Collocation/Collocation.cpp b/TAO/tests/RTCORBA/Collocation/Collocation.cpp
index 813b5429d2d..26ff0aab28f 100644
--- a/TAO/tests/RTCORBA/Collocation/Collocation.cpp
+++ b/TAO/tests/RTCORBA/Collocation/Collocation.cpp
@@ -361,7 +361,10 @@ public:
RTCORBA::PriorityModel priority_model);
void test (void);
void start_testing (void);
+
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
CORBA::ORB_var orb_;
RTCORBA::RTORB_var rt_orb_;
diff --git a/TAO/tests/RTCORBA/Diffserv/server.cpp b/TAO/tests/RTCORBA/Diffserv/server.cpp
index 29999455f8a..191bdf7be4e 100644
--- a/TAO/tests/RTCORBA/Diffserv/server.cpp
+++ b/TAO/tests/RTCORBA/Diffserv/server.cpp
@@ -17,7 +17,9 @@ public:
void test_method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Explicit_Binding/server.cpp b/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
index c7d15760b70..48d802e44a3 100644
--- a/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
+++ b/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
@@ -19,7 +19,9 @@ public:
// = The Test methods.
void test_method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Linear_Priority/client.cpp b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
index 3f5f1a6179c..7334600bc90 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/client.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
@@ -31,11 +31,11 @@ parse_args (int argc, char **argv)
break;
case 'i':
- iterations = ::atoi (get_opts.opt_arg ());
+ iterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'd':
- debug = ::atoi (get_opts.opt_arg ());
+ debug = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'x':
diff --git a/TAO/tests/RTCORBA/Linear_Priority/server.cpp b/TAO/tests/RTCORBA/Linear_Priority/server.cpp
index e551c2583a5..a46b65c0cc3 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/server.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/server.cpp
@@ -17,7 +17,9 @@ public:
void method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
PortableServer::POA_ptr _default_POA (void);
@@ -84,7 +86,7 @@ parse_args (int argc, char **argv)
break;
case 'd':
- debug = ::atoi (get_opts.opt_arg ());
+ debug = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'l':
diff --git a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
index f13ac81e89c..f3bb343db61 100644
--- a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
+++ b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
@@ -20,7 +20,9 @@ public:
void test_method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Persistent_IOR/client.cpp b/TAO/tests/RTCORBA/Persistent_IOR/client.cpp
index 17818644116..bfec3748b91 100644
--- a/TAO/tests/RTCORBA/Persistent_IOR/client.cpp
+++ b/TAO/tests/RTCORBA/Persistent_IOR/client.cpp
@@ -22,7 +22,7 @@ parse_args (int argc, char **argv)
break;
case 'i':
- iterations = ::atoi (get_opts.opt_arg ());
+ iterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'x':
diff --git a/TAO/tests/RTCORBA/Persistent_IOR/server.cpp b/TAO/tests/RTCORBA/Persistent_IOR/server.cpp
index 3802b89a475..98701515818 100644
--- a/TAO/tests/RTCORBA/Persistent_IOR/server.cpp
+++ b/TAO/tests/RTCORBA/Persistent_IOR/server.cpp
@@ -15,7 +15,9 @@ public:
void method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
PortableServer::POA_ptr _default_POA (void);
diff --git a/TAO/tests/RTCORBA/Policy_Combinations/client.cpp b/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
index d29036173e9..d0ebde5bd96 100644
--- a/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
+++ b/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
@@ -26,7 +26,7 @@ parse_args (int argc, char **argv)
break;
case 'i':
- iterations = ::atoi (get_opts.opt_arg ());
+ iterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'x':
diff --git a/TAO/tests/RTCORBA/Policy_Combinations/server.cpp b/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
index b5207a64b70..27609392a80 100644
--- a/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
+++ b/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
@@ -20,7 +20,9 @@ public:
void prioritized_method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
PortableServer::POA_ptr _default_POA (void);
@@ -109,11 +111,11 @@ parse_args (int argc, char **argv)
switch (c)
{
case 's':
- ::server_priority = ::atoi (get_opts.opt_arg ());
+ ::server_priority = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'c':
- ::client_priority = ::atoi (get_opts.opt_arg ());
+ ::client_priority = ACE_OS::atoi (get_opts.opt_arg ());
break;
case '?':
diff --git a/TAO/tests/RTCORBA/Private_Connection/server.cpp b/TAO/tests/RTCORBA/Private_Connection/server.cpp
index ed3ee580a26..43bf4272810 100644
--- a/TAO/tests/RTCORBA/Private_Connection/server.cpp
+++ b/TAO/tests/RTCORBA/Private_Connection/server.cpp
@@ -18,7 +18,9 @@ public:
// = The Test methods.
void test_method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
index e7db2d0dbcc..bb32bad8d4e 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
@@ -47,11 +47,11 @@ parse_args (int argc, char **argv)
break;
case 'd':
- debug = ::atoi (get_opts.opt_arg ());
+ debug = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'i':
- iterations = ::atoi (get_opts.opt_arg ());
+ iterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'k':
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp
index 996e7b77a8e..39568f7685b 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp
@@ -32,7 +32,9 @@ public:
void method (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
PortableServer::POA_ptr _default_POA (void);
@@ -103,7 +105,7 @@ parse_args (int argc, char **argv)
break;
case 'd':
- debug = ::atoi (get_opts.opt_arg ());
+ debug = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'l':
@@ -137,10 +139,10 @@ write_iors_to_file (CORBA::Object_ptr object,
CORBA::ORB_ptr orb)
{
char filename[BUFSIZ];
- sprintf (filename,
- "%s_%d",
- ior_file_base,
- ior_file_count);
+ ACE_OS::sprintf (filename,
+ "%s_%d",
+ ior_file_base,
+ ior_file_count);
ior_file_count++;
FILE *file =
diff --git a/TAO/tests/RTCORBA/Server_Declared/server.cpp b/TAO/tests/RTCORBA/Server_Declared/server.cpp
index c818a81b734..a0e420e0171 100644
--- a/TAO/tests/RTCORBA/Server_Declared/server.cpp
+++ b/TAO/tests/RTCORBA/Server_Declared/server.cpp
@@ -19,7 +19,9 @@ public:
void test_method (CORBA::Short priority);
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
diff --git a/TAO/tests/RTCORBA/Server_Protocol/server.cpp b/TAO/tests/RTCORBA/Server_Protocol/server.cpp
index 48a479d4d03..ff419a938b0 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/server.cpp
+++ b/TAO/tests/RTCORBA/Server_Protocol/server.cpp
@@ -18,7 +18,9 @@ public:
Test_i (CORBA::ORB_ptr orb);
// ctor
+ //FUZZ: disable check_for_lack_ACE_OS
void shutdown (void);
+ //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;