summaryrefslogtreecommitdiff
path: root/CIAO/docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp')
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp20
1 files changed, 6 insertions, 14 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp b/CIAO/docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp
index c63e1fc0e72..6bac21fff89 100644
--- a/CIAO/docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp
+++ b/CIAO/docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp
@@ -116,14 +116,11 @@ namespace CIDL_StockDistributor_Impl
pulse_Generator::handle_close (ACE_HANDLE handle,
ACE_Reactor_Mask close_mask)
{
- if (CIAO::debug_level () > 0)
- {
- ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("[%x] handle = %d, close_mask = %d\n"),
- this,
- handle,
- close_mask));
- }
+ ACE_DEBUG ((LM_DEBUG,
+ ACE_TEXT ("[%x] handle = %d, close_mask = %d\n"),
+ this,
+ handle,
+ close_mask));
return 0;
}
@@ -272,12 +269,7 @@ namespace CIDL_StockDistributor_Impl
}
void
- StockDistributor_exec_i::ciao_preactivate ()
- {
- }
-
- void
- StockDistributor_exec_i::ciao_postactivate ()
+ StockDistributor_exec_i::configuration_complete ()
{
}