summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r--ace/Task.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp
index 3046b40a9c3..a1217fff683 100644
--- a/ace/Task.cpp
+++ b/ace/Task.cpp
@@ -232,11 +232,12 @@ ACE_Task_Base::svc_run (void *args)
/* NOTREACHED */
}
-// Forward the call to close() so that existing
-// applications don't break.
+// Forward the call to close() so that existing applications don't
+// break.
+
int
ACE_Task_Base::module_closed (void)
{
- return this->close (1);
+ return this->close (1);
}