summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/throughput/Client.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/demo/Ice/throughput/Client.cpp
parentglacier2 changes (diff)
downloadice-91e39e48630772960bfe32effa926527519089dd.tar.bz2
ice-91e39e48630772960bfe32effa926527519089dd.tar.xz
ice-91e39e48630772960bfe32effa926527519089dd.zip
Tru64 port
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r--cpp/demo/Ice/throughput/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp
index 11dbd0facf3..2fafd41a5c6 100644
--- a/cpp/demo/Ice/throughput/Client.cpp
+++ b/cpp/demo/Ice/throughput/Client.cpp
@@ -54,7 +54,7 @@ ThroughputClient::run(int argc, char* argv[])
}
ThroughputPrx throughputOneway = ThroughputPrx::uncheckedCast(throughput->ice_oneway());
- ByteSeq byteSeq(ByteSeqSize, 0);
+ ByteSeq byteSeq(ByteSeqSize);
pair<const Ice::Byte*, const Ice::Byte*> byteArr;
byteArr.first = &byteSeq[0];
byteArr.second = byteArr.first + byteSeq.size();