summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-07 10:02:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-07 10:02:05 +0000
commitd1b883b5bf3e9457243798362c517305da7ac582 (patch)
tree90add89547f7e9dad4b64bd673e9595c65b2eafc /TAO
parent1af51757a2f99b4cf9096e2fbc03af06a5e5f3a7 (diff)
downloadATCD-d1b883b5bf3e9457243798362c517305da7ac582.tar.gz
ChangeLogTag: Sun Dec 7 10:01:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp b/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
index c87145e7ad0..6c932f42874 100644
--- a/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
+++ b/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
@@ -26,7 +26,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR* argv[])
FT_EventService::FT_EventService()
: global_scheduler_(0)
, sched_impl_(0)
-, membership_(TAO_FTEC_Event_Channel::NONE)
+, membership_(TAO_FTEC_Event_Channel::UNSPECIFIED)
, num_threads_(1)
, task_(orb_)
{
@@ -126,7 +126,7 @@ FT_EventService::parse_args (int argc, ACE_TCHAR* argv [])
/// get the membership from the environment variable
char* member = ACE_OS::getenv("FTEC_MEMBERSHIP");
- membership_ = TAO_FTEC_Event_Channel::NONE;
+ membership_ = TAO_FTEC_Event_Channel::UNSPECIFIED;
if (member) {
if (ACE_OS::strcasecmp(member, "PRIMARY")==0) {