summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-20 12:28:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-20 12:28:54 +0000
commit25afc9cd142583e395cf85286ffaecbc10539ec9 (patch)
tree388536aa3fbd7e3c74c737c54f524436d878ea68 /TAO/orbsvcs/orbsvcs/FtRtEvent
parenta7006f4492d617c12a416f0150427117a6da4323 (diff)
downloadATCD-25afc9cd142583e395cf85286ffaecbc10539ec9.tar.gz
ChangeLogTag: Tue Apr 20 12:28:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp
index 149559e6e49..ee46bb964be 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp
@@ -8,6 +8,7 @@
#include "GroupInfoPublisher.h"
#include "Replication_Service.h"
#include "../Utils/Log.h"
+#include "tao/CDR.h"
ACE_RCSID (EventChannel,
TAO_FTEC_Group_Manager,
@@ -189,9 +190,9 @@ void TAO_FTEC_Group_Manager::add_member (
new_impl->info_list[new_impl->my_position+1] = info;
/// group_info = publisher->set_info(..) should be enough.
- /// However, GCC 2.96 is not happy with that.
+ /// However, GCC 2.96 is not happy with that.
- GroupInfoPublisherBase::Info_ptr group_info1 =
+ GroupInfoPublisherBase::Info_ptr group_info1 =
publisher->setup_info(new_impl->info_list,
new_impl->my_position
ACE_ENV_ARG_PARAMETER);