summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-29 18:32:16 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-29 18:32:16 +0000
commit82a12ba3c9b086344e9c2effa14dbd6b9c3de065 (patch)
tree047a5d1fb8de7eabe18192b9e8cfa9987d97ae39 /TAO/performance-tests/Protocols
parent8900f5fac7cab81c4f78e6b38ee0558ea8a662ce (diff)
downloadATCD-82a12ba3c9b086344e9c2effa14dbd6b9c3de065.tar.gz
ChangeLogTag: Fri Oct 29 13:31:31 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/performance-tests/Protocols')
-rw-r--r--TAO/performance-tests/Protocols/distributor.cpp2
-rw-r--r--TAO/performance-tests/Protocols/receiver.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Protocols/distributor.cpp b/TAO/performance-tests/Protocols/distributor.cpp
index c0b36a65a56..6c789d5489d 100644
--- a/TAO/performance-tests/Protocols/distributor.cpp
+++ b/TAO/performance-tests/Protocols/distributor.cpp
@@ -434,7 +434,7 @@ main (int argc, char **argv)
ACE_OS::fprintf (output_file,
"%s",
ior.in ());
- ACE_ASSERT (result == ACE_OS::strlen (ior));
+ ACE_ASSERT (result == ACE_OS::strlen (ior.in ()));
ACE_UNUSED_ARG (result);
ACE_OS::fclose (output_file);
diff --git a/TAO/performance-tests/Protocols/receiver.cpp b/TAO/performance-tests/Protocols/receiver.cpp
index 774612dcfc6..752687fe1c8 100644
--- a/TAO/performance-tests/Protocols/receiver.cpp
+++ b/TAO/performance-tests/Protocols/receiver.cpp
@@ -399,7 +399,7 @@ main (int argc, char **argv)
ACE_OS::fprintf (output_file,
"%s",
ior.in ());
- ACE_ASSERT (result == ACE_OS::strlen (ior));
+ ACE_ASSERT (result == ACE_OS::strlen (ior.in ()));
ACE_UNUSED_ARG (result);
ACE_OS::fclose (output_file);