summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SUdpControlChannel.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-01-14 21:31:03 +0000
committerMarc Laukien <marc@zeroc.com>2002-01-14 21:31:03 +0000
commit10a05710b876c4c04072224a62d25a974245d17e (patch)
treedcd281feb54d0e72223697e4120ebb69b9a14511 /cpp/src/Ice/SUdpControlChannel.cpp
parentglacier intergration (diff)
downloadice-10a05710b876c4c04072224a62d25a974245d17e.tar.bz2
ice-10a05710b876c4c04072224a62d25a974245d17e.tar.xz
ice-10a05710b876c4c04072224a62d25a974245d17e.zip
glacier integration
Diffstat (limited to 'cpp/src/Ice/SUdpControlChannel.cpp')
-rw-r--r--cpp/src/Ice/SUdpControlChannel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/SUdpControlChannel.cpp b/cpp/src/Ice/SUdpControlChannel.cpp
index 127e04908a5..ecf711ed119 100644
--- a/cpp/src/Ice/SUdpControlChannel.cpp
+++ b/cpp/src/Ice/SUdpControlChannel.cpp
@@ -14,13 +14,13 @@
using namespace std;
using namespace Ice;
-void IceSecurity::SecureUdp::incRef(ControlChannel* p) { p->__incRef(); }
-void IceSecurity::SecureUdp::decRef(ControlChannel* p) { p->__decRef(); }
+void IceInternal::incRef(::IceSecurity::SecureUdp::ControlChannel* p) { p->__incRef(); }
+void IceInternal::decRef(::IceSecurity::SecureUdp::ControlChannel* p) { p->__decRef(); }
IceSecurity::SecureUdp::ControlChannel::ControlChannel(const SUdpTransceiverPtr& transceiver,
const InstancePtr& instance) :
- _transceiver(transceiver),
- _instance(instance)
+ _transceiver(transceiver),
+ _instance(instance)
{
assert(transceiver);
}