summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2004-01-20 21:01:22 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2004-01-20 21:01:22 +0000
commitcb322653b59afee0d6c3f50110e578af0f5ec294 (patch)
tree2865606285ecd66a6918efec2328f581d6864fd2 /TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
parentaaec0cdaa21eb54f86c7de9d363195f1e8fee64e (diff)
downloadATCD-ftrtec-1_3_5.tar.gz
Remove RT_Taskftrtec-1_3_5
Diffstat (limited to 'TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp')
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp6
1 files changed, 1 insertions, 5 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 6d0d8cd7832..0fe26cc1501 100644
--- a/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
+++ b/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
@@ -12,7 +12,6 @@
#include "orbsvcs/FtRtEvent/EventChannel/FTRTEC_ServiceActivate.h"
#include "orbsvcs/FtRtEvent/EventChannel/Replication_Service.h"
#include "orbsvcs/FtRtEvent/Utils/Log.h"
-#include "orbsvcs/FtRtEvent/Utils/RT_Task.h"
#include "orbsvcs/Event/EC_Default_Factory.h"
#include "Crash_Injector.h"
#include <fstream>
@@ -163,7 +162,7 @@ FT_EventService::parse_args (int argc, ACE_TCHAR* argv [])
}
}
- ACE_Get_Opt get_opt (argc, argv, ACE_LIB_TEXT("d:jo:prs:"));
+ ACE_Get_Opt get_opt (argc, argv, ACE_LIB_TEXT("d:jo:ps:"));
int opt;
while ((opt = get_opt ()) != EOF)
@@ -179,9 +178,6 @@ FT_EventService::parse_args (int argc, ACE_TCHAR* argv [])
case 'p':
this->membership_ = TAO_FTEC_Event_Channel::PRIMARY;
break;
- case 'r':
- RT_Task::enable();
- break;
case 's':
// It could be just a flag (i.e. no "global" or "local"
// argument, but this is consistent with the EC_Multiple