summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/CIAO_DirectEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/CIAO_DirectEvent.cpp')
-rw-r--r--TAO/CIAO/DAnCE/ciao/CIAO_DirectEvent.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/CIAO_DirectEvent.cpp b/TAO/CIAO/DAnCE/ciao/CIAO_DirectEvent.cpp
index 93ef82fbdce..9fdaecffbee 100644
--- a/TAO/CIAO/DAnCE/ciao/CIAO_DirectEvent.cpp
+++ b/TAO/CIAO/DAnCE/ciao/CIAO_DirectEvent.cpp
@@ -85,9 +85,7 @@ namespace CIAO
// Iterate through the array, pushing the event to each consumer.
for (size_t iter = 0; iter != end; ++iter)
{
- // @@ George, is this required? Since the push_event () is
- // going to make a copy, why would this be required?
- ev->_add_ref ();
+ ev->_add_ref (); // Is this needed or not?
this->consumer_array_[iter]->push_event (
ev
ACE_ENV_ARG_PARAMETER);