diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-21 15:17:24 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-21 15:17:24 +0000 |
commit | 83c15b0ceb071d08eb8df6e69188da584f7f8a39 (patch) | |
tree | e0b1fe9a130c050f391427aff695580e8c172794 /tests/Thread_Pool_Test.cpp | |
parent | ee34887411d8908b4272df990dc2a91cf6f01508 (diff) | |
download | ATCD-83c15b0ceb071d08eb8df6e69188da584f7f8a39.tar.gz |
added return 0 at end of open ()
Diffstat (limited to 'tests/Thread_Pool_Test.cpp')
-rw-r--r-- | tests/Thread_Pool_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Thread_Pool_Test.cpp b/tests/Thread_Pool_Test.cpp index 761479f9264..41ad4739513 100644 --- a/tests/Thread_Pool_Test.cpp +++ b/tests/Thread_Pool_Test.cpp @@ -198,6 +198,8 @@ Thread_Pool::open (void *) ACE_DEBUG ((LM_DEBUG, "\n(%t) end loop, dump of task:\n")); this->dump (); + + return 0; } #endif /* ACE_HAS_THREADS */ |