summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-30 06:50:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-30 06:50:29 +0000
commita5c4d8047ab58df5c45092e18ae503ad40518f0e (patch)
treedaa1ac46caf738dfe049fd5ca5eafc0eb84a0eb0 /ace/Task.cpp
parent645a9c1a4457349320e62d85af49f62e80da53c0 (diff)
downloadATCD-a5c4d8047ab58df5c45092e18ae503ad40518f0e.tar.gz
foo
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);
}