diff options
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 6076b33d735..127e2a110f7 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -40,6 +40,7 @@ public: virtual void read(Buffer&, int); virtual std::string type() const; virtual std::string toString() const; + virtual void initialize(int); bool equivalent(const std::string&, int) const; int effectivePort() const; |