summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/LinkSubscriber.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2001-12-17 17:39:57 +0000
committerMatthew Newhook <matthew@zeroc.com>2001-12-17 17:39:57 +0000
commite3193577c75807674546ca3982a688b6d02c7c00 (patch)
tree8f39fad8b34baa82ccef24955b0d2225b8a34e1f /cpp/src/IceStorm/LinkSubscriber.cpp
parentfixes (diff)
downloadice-e3193577c75807674546ca3982a688b6d02c7c00.tar.bz2
ice-e3193577c75807674546ca3982a688b6d02c7c00.tar.xz
ice-e3193577c75807674546ca3982a688b6d02c7c00.zip
First cut at full IceStorm federation.
Diffstat (limited to 'cpp/src/IceStorm/LinkSubscriber.cpp')
-rw-r--r--cpp/src/IceStorm/LinkSubscriber.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/LinkSubscriber.cpp b/cpp/src/IceStorm/LinkSubscriber.cpp
index 320e453ba6b..36685402b7a 100644
--- a/cpp/src/IceStorm/LinkSubscriber.cpp
+++ b/cpp/src/IceStorm/LinkSubscriber.cpp
@@ -19,7 +19,7 @@ using namespace std;
LinkSubscriber::LinkSubscriber(const TraceLevelsPtr& traceLevels, const TopicLinkPrx& obj, Ice::Int cost) :
Subscriber(traceLevels, obj->ice_getIdentity()),
- _obj(TopicLinkPrx::checkedCast(obj->ice_batchOneway())),
+ _obj(TopicLinkPrx::uncheckedCast(obj->ice_batchOneway())),
_cost(cost)
{
}