diff options
Diffstat (limited to 'cpp/src/Ice/Transceiver.cpp')
-rw-r--r-- | cpp/src/Ice/Transceiver.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/Transceiver.cpp b/cpp/src/Ice/Transceiver.cpp index e739e00961b..962aefeca1d 100644 --- a/cpp/src/Ice/Transceiver.cpp +++ b/cpp/src/Ice/Transceiver.cpp @@ -15,3 +15,9 @@ using namespace IceInternal; IceUtil::Shared* IceInternal::upCast(Transceiver* p) { return p; } +EndpointIPtr +IceInternal::Transceiver::bind(const EndpointIPtr&) +{ + assert(false); + return 0; +} |