summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-25 14:32:52 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-25 14:32:52 +0000
commit30c37291bec0b81385a17da2e15554ac777da0fc (patch)
treea6b16ca07cf36c8b2c400a94b170c45dbf79e0b5
parent5b8f93da857782cf11a04af6246ae0d53282ce9c (diff)
downloadATCD-30c37291bec0b81385a17da2e15554ac777da0fc.tar.gz
-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));