summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-12 14:08:42 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-12 14:08:42 +0000
commitc4f82ff87e4763fe32c7cf61a67e1c9db1aac164 (patch)
treead1298a540a1f79880a62d081c9c44797e185587
parenta841ca184751d004996ad69c849b6098c0136617 (diff)
downloadATCD-c4f82ff87e4763fe32c7cf61a67e1c9db1aac164.tar.gz
ChangeLogTag: Thu Apr 12 09:00:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp2
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
index 7438080c1b1..8c239a6261a 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
@@ -27,7 +27,7 @@
#endif
const char *iorFile = "file://test.ior";
-int niter = 10000;
+int niter = 10;
int SIZE_BLOCK= 256;
class Client
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp
index 92b6282bbea..38b8604432e 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp
@@ -10,7 +10,7 @@ Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
}
void
-Simple_Server_i::sendCharSeq (const Char_Seq & /*charSeq*/, CORBA::Environment&)
+Simple_Server_i::sendCharSeq (const Char_Seq &, CORBA::Environment&)
ACE_THROW_SPEC ((CORBA::SystemException))
{
Simple_Server_count++;
@@ -18,7 +18,7 @@ Simple_Server_i::sendCharSeq (const Char_Seq & /*charSeq*/, CORBA::Environment&)
}
void
-Simple_Server_i::sendOctetSeq (const Octet_Seq & /*octetSeq*/, CORBA::Environment&)
+Simple_Server_i::sendOctetSeq (const Octet_Seq &, CORBA::Environment&)
ACE_THROW_SPEC ((CORBA::SystemException))
{
Simple_Server_count++;
@@ -26,7 +26,7 @@ Simple_Server_i::sendOctetSeq (const Octet_Seq & /*octetSeq*/, CORBA::Environmen
}
CORBA::Long
-Simple_Server_i::get_number (CORBA::Long /*num*/,
+Simple_Server_i::get_number (CORBA::Long,
CORBA::Environment&)
ACE_THROW_SPEC ((CORBA::SystemException))
{