summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 19:57:43 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 19:57:43 +0000
commit19a4a0905d26817599777a5b16fe8204428bbf89 (patch)
treef0a239815cc70b33c4262bc7f16b0e40594b900f /TAO/performance-tests/Protocols
parent87d8e1618695b9d2b49a1a758c739e22f29f20c6 (diff)
downloadATCD-19a4a0905d26817599777a5b16fe8204428bbf89.tar.gz
ChangeLogTag: Wed Jun 16 15:54:56 2004 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/performance-tests/Protocols')
-rw-r--r--TAO/performance-tests/Protocols/client.cpp2
-rw-r--r--TAO/performance-tests/Protocols/test.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Protocols/client.cpp b/TAO/performance-tests/Protocols/client.cpp
index 2d01e6621bb..85a5ad989dc 100644
--- a/TAO/performance-tests/Protocols/client.cpp
+++ b/TAO/performance-tests/Protocols/client.cpp
@@ -276,7 +276,7 @@ Paced_Worker::run (ACE_ENV_SINGLE_ARG_DECL)
ACE_OS::memset (buffer,
1,
- message_size * sizeof CORBA::Octet);
+ message_size * sizeof (CORBA::Octet));
// To get things going...
this->test_->method (payload
diff --git a/TAO/performance-tests/Protocols/test.idl b/TAO/performance-tests/Protocols/test.idl
index e580ffc2c3a..bda621330a3 100644
--- a/TAO/performance-tests/Protocols/test.idl
+++ b/TAO/performance-tests/Protocols/test.idl
@@ -4,6 +4,6 @@ interface test
{
typedef sequence<octet> octets;
- oneway void method (in octets payload);
+ void method (in octets payload);
oneway void shutdown ();
};