summaryrefslogtreecommitdiff
path: root/docs/tutorials/012/task.cpp
diff options
context:
space:
mode:
authorjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-31 16:57:11 +0000
committerjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-31 16:57:11 +0000
commitea604c0714a46eef1f159c31f17c3367147bcf22 (patch)
tree88c57b0e9ef579128c4e88b5bd7550a6f303bc98 /docs/tutorials/012/task.cpp
parent67f212c9a6ca8293fd03ba5f208c52679b7dc542 (diff)
downloadATCD-ea604c0714a46eef1f159c31f17c3367147bcf22.tar.gz
*** empty log message ***
Diffstat (limited to 'docs/tutorials/012/task.cpp')
-rw-r--r--docs/tutorials/012/task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/012/task.cpp b/docs/tutorials/012/task.cpp
index 06231e309b0..aea14e86a25 100644
--- a/docs/tutorials/012/task.cpp
+++ b/docs/tutorials/012/task.cpp
@@ -42,7 +42,7 @@ Task::~Task (void)
get here. We then pass the thread count through to our base class'
activate().
*/
-int Task::open (int threads)
+int Task::start (int threads)
{
barrier_ = new ACE_Barrier (threads);
return this->activate (THR_NEW_LWP, threads);