summaryrefslogtreecommitdiff
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
parentaaec0cdaa21eb54f86c7de9d363195f1e8fee64e (diff)
downloadATCD-ftrtec-1_3_5.tar.gz
Remove RT_Taskftrtec-1_3_5
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp6
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/FtRtEvent_Test.cpp6
2 files changed, 2 insertions, 10 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
diff --git a/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent_Test.cpp b/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent_Test.cpp
index ded6480cd47..cac26b3044b 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent_Test.cpp
+++ b/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent_Test.cpp
@@ -5,7 +5,6 @@
#include "orbsvcs/FtRtEvent/Utils/resolve_init.h"
#include "orbsvcs/FtRtEvent/Utils/FTEC_Gateway.h"
#include "orbsvcs/FtRtEvent/Utils/Log.h"
-#include "orbsvcs/FtRtEvent/Utils/RT_Task.h"
#ifndef NO_FTRTEC
/// include this file to statically linked with FT ORB
@@ -37,7 +36,7 @@ FtRtEvent_Test_Base::~FtRtEvent_Test_Base()
int
FtRtEvent_Test_Base::parse_args(int argc, ACE_TCHAR** argv ACE_ENV_ARG_DECL)
{
- ACE_Get_Opt get_opt (argc, argv, ACE_LIB_TEXT("d:e:f:hi:k:np:r?"));
+ ACE_Get_Opt get_opt (argc, argv, ACE_LIB_TEXT("d:e:f:hi:k:np:?"));
int opt;
while ((opt = get_opt ()) != EOF)
@@ -72,9 +71,6 @@ FtRtEvent_Test_Base::parse_args(int argc, ACE_TCHAR** argv ACE_ENV_ARG_DECL)
case 'p':
options_.proxy_consumer_file = get_opt.opt_arg ();
break;
- case 'r':
- RT_Task::enable();
- break;
case 'h':
case '?':
ACE_DEBUG((LM_DEBUG,