summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp b/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp
index ca45b22e6a4..fb7edd91e05 100644
--- a/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp
+++ b/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp
@@ -280,9 +280,9 @@ namespace CIAO
events[0].header.source = hasher (source_id);
events[0].header.type = ACE_ES_EVENT_ANY; //this->type_id_;
events[0].header.ttl = 10;
- //events[0].data.any_value <<= ev;
+ events[0].data.any_value <<= ev;
- events[0].data.any_value <<= CORBA::string_dup( "Hey! Junk Data");
+ //events[0].data.any_value <<= CORBA::string_dup( "Hey! Junk Data");
ACE_DEBUG ((LM_DEBUG, "******* push event for source string: %s\n", source_id));
ACE_DEBUG ((LM_DEBUG, "******* push event for source id: %i\n", events[0].header.source));