diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-04-04 21:16:59 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-04-04 21:16:59 +0000 |
commit | 91e39e48630772960bfe32effa926527519089dd (patch) | |
tree | fad9ee5218e2eab6c986e76e945284a5286fa96e /cpp/test/Ice/operations/BatchOneways.cpp | |
parent | glacier2 changes (diff) | |
download | ice-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.cpp | 6 |
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 { |