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/demo/Ice/throughput/ThroughputI.cpp | |
parent | glacier2 changes (diff) | |
download | ice-91e39e48630772960bfe32effa926527519089dd.tar.bz2 ice-91e39e48630772960bfe32effa926527519089dd.tar.xz ice-91e39e48630772960bfe32effa926527519089dd.zip |
Tru64 port
Diffstat (limited to 'cpp/demo/Ice/throughput/ThroughputI.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/ThroughputI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/ThroughputI.cpp b/cpp/demo/Ice/throughput/ThroughputI.cpp index a04a20d3cfe..b769c6c54de 100644 --- a/cpp/demo/Ice/throughput/ThroughputI.cpp +++ b/cpp/demo/Ice/throughput/ThroughputI.cpp @@ -11,7 +11,7 @@ #include <Ice/Ice.h> ThroughputI::ThroughputI() : - _byteSeq(Demo::ByteSeqSize, 0), + _byteSeq(Demo::ByteSeqSize), _stringSeq(Demo::StringSeqSize, "hello"), _structSeq(Demo::StringDoubleSeqSize), _fixedSeq(Demo::FixedSeqSize) |