summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-28 20:29:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-28 20:29:59 +0000
commit2abb2bf4c6c10be2f5c73de7e4dbf6b61dbdbe30 (patch)
tree54a93acc4dae32ee840f7204b029414a03ab2190 /TAO/examples/Event_Comm
parent7072ce5e849fe27818e7dc4bfd3eaa4c4020db50 (diff)
downloadATCD-2abb2bf4c6c10be2f5c73de7e4dbf6b61dbdbe30.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Event_Comm')
-rw-r--r--TAO/examples/Event_Comm/Event_Comm_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Event_Comm/Event_Comm_i.cpp b/TAO/examples/Event_Comm/Event_Comm_i.cpp
index 6d6ebdf013c..72c64456e91 100644
--- a/TAO/examples/Event_Comm/Event_Comm_i.cpp
+++ b/TAO/examples/Event_Comm/Event_Comm_i.cpp
@@ -235,7 +235,7 @@ Notifier_i::unsubscribe (Event_Comm::Consumer_ptr consumer_ref,
mi.next (me) != 0;
mi.advance ())
{
- Consumer_Entry *nr_entry = me->int_id_;
+ nr_entry = me->int_id_;
// The <_is_equivalent> function checks if objects are the same.
// NOTE: this call might not behave well on other ORBs since