diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-06 19:27:15 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-06 19:27:15 +0000 |
commit | 1e9d01c5622565bf8c578021433085b974ecc47b (patch) | |
tree | a8cad8eda26de8dfc180ad11887253efcab47484 /cpp/src/Ice/Emitter.cpp | |
parent | update all dependencies. (diff) | |
download | ice-1e9d01c5622565bf8c578021433085b974ecc47b.tar.bz2 ice-1e9d01c5622565bf8c578021433085b974ecc47b.tar.xz ice-1e9d01c5622565bf8c578021433085b974ecc47b.zip |
default protocol
Diffstat (limited to 'cpp/src/Ice/Emitter.cpp')
-rw-r--r-- | cpp/src/Ice/Emitter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Emitter.cpp b/cpp/src/Ice/Emitter.cpp index 47d24e65404..5990cb68e7e 100644 --- a/cpp/src/Ice/Emitter.cpp +++ b/cpp/src/Ice/Emitter.cpp @@ -473,10 +473,10 @@ IceInternal::EmitterFactory::create(const vector<EndpointPtr>& endpoints) { try { - TransceiverPtr transceiver = (*q)->clientTransceiver(_instance); + TransceiverPtr transceiver = (*q)->clientTransceiver(); if (!transceiver) { - ConnectorPtr connector = (*q)->connector(_instance); + ConnectorPtr connector = (*q)->connector(); assert(connector); transceiver = connector->connect((*q)->timeout()); assert(transceiver); |