summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/BatchOneways.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-04-04 21:16:59 +0000
committerBernard Normier <bernard@zeroc.com>2006-04-04 21:16:59 +0000
commit91e39e48630772960bfe32effa926527519089dd (patch)
treefad9ee5218e2eab6c986e76e945284a5286fa96e /cpp/test/Ice/operations/BatchOneways.cpp
parentglacier2 changes (diff)
downloadice-91e39e48630772960bfe32effa926527519089dd.tar.bz2
ice-91e39e48630772960bfe32effa926527519089dd.tar.xz
ice-91e39e48630772960bfe32effa926527519089dd.zip
Tru64 port
Diffstat (limited to 'cpp/test/Ice/operations/BatchOneways.cpp')
-rw-r--r--cpp/test/Ice/operations/BatchOneways.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/operations/BatchOneways.cpp b/cpp/test/Ice/operations/BatchOneways.cpp
index 733ba3fceb5..7749e88be68 100644
--- a/cpp/test/Ice/operations/BatchOneways.cpp
+++ b/cpp/test/Ice/operations/BatchOneways.cpp
@@ -16,9 +16,9 @@ using namespace std;
void
batchOneways(const Test::MyClassPrx& p)
{
- const Test::ByteS bs1(10 * 1024, 0);
- const Test::ByteS bs2(99 * 1024, 0);
- const Test::ByteS bs3(100 * 1024, 0);
+ const Test::ByteS bs1(10 * 1024);
+ const Test::ByteS bs2(99 * 1024);
+ const Test::ByteS bs3(100 * 1024);
try
{