summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp')
-rw-r--r--TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp b/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp
index 236bcc345a1..07111b62da3 100644
--- a/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp
+++ b/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp
@@ -40,7 +40,7 @@ namespace CIDL_StockDistributor_Impl
pulse_Generator::open_h ()
{
// convert the task into a active object that runs in separate thread
- return this->activate ();
+ return this->activate ();
}
int
@@ -49,7 +49,7 @@ namespace CIDL_StockDistributor_Impl
this->reactor ()->end_reactor_event_loop ();
// wait for all threads in the task to exit before it returns
- return this->wait ();
+ return this->wait ();
}
int