summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-06-07 08:53:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-06-07 08:53:32 +0000
commit79ae3e54a2f2b395e2447d01dea46ee4e6bd833d (patch)
tree42ab7df74e148231a4e4defe08a63a8cb78ea525 /TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp
parente988556850f29d559a79dad493784693f63d8fe2 (diff)
downloadATCD-79ae3e54a2f2b395e2447d01dea46ee4e6bd833d.tar.gz
ChangeLogTag: Sat Jun 07 08:50:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp
index b023967030e..015c5e97b85 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp
@@ -4,7 +4,7 @@
#include "EC_Kokyu_Dispatching.h"
#include "EC_Kokyu_Scheduling.h"
#include "EC_Kokyu_Filter_Builder.h"
-#include "EC_Event_Channel.h"
+#include "EC_Event_Channel_Base.h"
#include "orbsvcs/RtecSchedulerC.h"
#include "ace/Arg_Shifter.h"
@@ -175,7 +175,7 @@ TAO_EC_Kokyu_Factory::fini (void)
// ****************************************************************
TAO_EC_Dispatching*
-TAO_EC_Kokyu_Factory::create_dispatching (TAO_EC_Event_Channel *ec)
+TAO_EC_Kokyu_Factory::create_dispatching (TAO_EC_Event_Channel_Base *ec)
{
if (this->dispatching_ == 2)
return new TAO_EC_Kokyu_Dispatching (ec);
@@ -183,7 +183,7 @@ TAO_EC_Kokyu_Factory::create_dispatching (TAO_EC_Event_Channel *ec)
}
TAO_EC_Filter_Builder*
-TAO_EC_Kokyu_Factory::create_filter_builder (TAO_EC_Event_Channel *ec)
+TAO_EC_Kokyu_Factory::create_filter_builder (TAO_EC_Event_Channel_Base *ec)
{
if (this->filtering_ == 3)
return new TAO_EC_Kokyu_Filter_Builder (ec);
@@ -193,7 +193,7 @@ TAO_EC_Kokyu_Factory::create_filter_builder (TAO_EC_Event_Channel *ec)
TAO_EC_Timeout_Generator*
-TAO_EC_Kokyu_Factory::create_timeout_generator (TAO_EC_Event_Channel *ec)
+TAO_EC_Kokyu_Factory::create_timeout_generator (TAO_EC_Event_Channel_Base *ec)
{
#if 0
if (this->timeout_ == 1)
@@ -205,7 +205,7 @@ TAO_EC_Kokyu_Factory::create_timeout_generator (TAO_EC_Event_Channel *ec)
}
TAO_EC_Scheduling_Strategy*
-TAO_EC_Kokyu_Factory::create_scheduling_strategy (TAO_EC_Event_Channel* ec)
+TAO_EC_Kokyu_Factory::create_scheduling_strategy (TAO_EC_Event_Channel_Base* ec)
{
if (this->scheduling_ == 2)
{