summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/Transceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/Transceiver.h')
-rw-r--r--cpp/test/Ice/background/Transceiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/Transceiver.h b/cpp/test/Ice/background/Transceiver.h
index 03b873130d0..770272557b2 100644
--- a/cpp/test/Ice/background/Transceiver.h
+++ b/cpp/test/Ice/background/Transceiver.h
@@ -31,7 +31,7 @@ public:
virtual std::string type() const;
virtual std::string toString() const;
virtual Ice::ConnectionInfoPtr getInfo() const;
- virtual IceInternal::SocketOperation initialize();
+ virtual IceInternal::SocketOperation initialize(IceInternal::Buffer&, IceInternal::Buffer&);
virtual void checkSendSize(const IceInternal::Buffer&, size_t);
private: