summaryrefslogtreecommitdiff
path: root/Kokyu/Default_Dispatcher_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kokyu/Default_Dispatcher_Impl.cpp')
-rw-r--r--Kokyu/Default_Dispatcher_Impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kokyu/Default_Dispatcher_Impl.cpp b/Kokyu/Default_Dispatcher_Impl.cpp
index 04b42f9a2d1..3b7dbcafa4c 100644
--- a/Kokyu/Default_Dispatcher_Impl.cpp
+++ b/Kokyu/Default_Dispatcher_Impl.cpp
@@ -22,7 +22,7 @@ Default_Dispatcher_Impl::init_i (const Dispatcher_Attributes& attrs)
{
//create and init the dispatcher tasks here
- //ACE_DEBUG ((LM_DEBUG, "entering init_t\n" ));
+ ACE_DEBUG ((LM_DEBUG, "entering init_t\n" ));
int size;
size = attrs.config_info_set_.size ();
@@ -61,7 +61,7 @@ Default_Dispatcher_Impl::init_i (const Dispatcher_Attributes& attrs)
//tasks_[i++].reset (task);
}
- thr_creation_flags_ = attrs.thread_creation_flags ();
+ this->thr_creation_flags_ = attrs.thread_creation_flags ();
if (attrs.immediate_activation_ && !this->activated_)
{