diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-15 16:38:54 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-15 16:38:54 +0000 |
commit | b134be83f52912e4e7e3707973a1e24b29d48552 (patch) | |
tree | 5c7b58240f4d2ab28cec729bb1b7d46a5d01f47f /tests/Thread_Pool_Test.cpp | |
parent | 0d7dedcc81b518738ba0a19347394816bd262322 (diff) | |
download | ATCD-b134be83f52912e4e7e3707973a1e24b29d48552.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Thread_Pool_Test.cpp')
-rw-r--r-- | tests/Thread_Pool_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Thread_Pool_Test.cpp b/tests/Thread_Pool_Test.cpp index cb7d9069b9a..2363850e7f3 100644 --- a/tests/Thread_Pool_Test.cpp +++ b/tests/Thread_Pool_Test.cpp @@ -41,7 +41,7 @@ public: // Iterate <n_iterations> time printing off a message and "waiting" // for all other threads to complete this iteration. - virtual int put (ACE_Message_Block *mb, ACE_Time_Value *tv=0); + virtual int put (ACE_Message_Block *mb, ACE_Time_Value *tv = 0); // This allows the producer to pass messages to the <Thread_Pool>. private: |