diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-01-04 16:44:17 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-01-04 16:44:17 +0000 |
commit | 983d60b2376887d153edba3d06fd33515930aa9e (patch) | |
tree | 0233df4f60e94bb8944cf39d7fc5707b5ece51a5 /cppe/demo/IceE/throughput/ThroughputI.cpp | |
parent | Added support for ["cpp:array"] to slice2cppe (diff) | |
download | ice-983d60b2376887d153edba3d06fd33515930aa9e.tar.bz2 ice-983d60b2376887d153edba3d06fd33515930aa9e.tar.xz ice-983d60b2376887d153edba3d06fd33515930aa9e.zip |
Changed sendByteSeq to use zerocopy
Diffstat (limited to 'cppe/demo/IceE/throughput/ThroughputI.cpp')
-rw-r--r-- | cppe/demo/IceE/throughput/ThroughputI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/throughput/ThroughputI.cpp b/cppe/demo/IceE/throughput/ThroughputI.cpp index 7baeeca9394..70230f82ac1 100644 --- a/cppe/demo/IceE/throughput/ThroughputI.cpp +++ b/cppe/demo/IceE/throughput/ThroughputI.cpp @@ -33,7 +33,7 @@ ThroughputI::ThroughputI(int reduce) : } void -ThroughputI::sendByteSeq(const ByteSeq&, const Ice::Current&) +ThroughputI::sendByteSeq(const pair<const Ice::Byte*, const Ice::Byte*>&, const Ice::Current&) { } |