diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-10 06:44:29 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-10 06:44:29 +0000 |
commit | d25aaed7a7b4dbcd189a9b567c0f65023bdee922 (patch) | |
tree | 7ab6c778040ca5405622de6be426f45f08f4de24 /tests/Thread_Pool_Test.cpp | |
parent | 36882357be85f74c0566c4783f805c4753cb411a (diff) | |
download | ATCD-d25aaed7a7b4dbcd189a9b567c0f65023bdee922.tar.gz |
Support for Borland C++ 5.x as DLL
Diffstat (limited to 'tests/Thread_Pool_Test.cpp')
-rw-r--r-- | tests/Thread_Pool_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Thread_Pool_Test.cpp b/tests/Thread_Pool_Test.cpp index a2c5fa3f205..e1a44ecd0a5 100644 --- a/tests/Thread_Pool_Test.cpp +++ b/tests/Thread_Pool_Test.cpp @@ -144,7 +144,7 @@ Thread_Pool::open (void *) for (size_t count = 0; count < n_iterations; count++) { - ACE_Message_Block *mb = 0; + ACE_Message_Block *mb; // Allocate a new message. ACE_NEW_RETURN (mb, @@ -173,7 +173,7 @@ Thread_Pool::open (void *) this->thr_count ())); this->dump (); - ACE_Message_Block *mb = 0; + ACE_Message_Block *mb; ACE_NEW_RETURN (mb, ACE_Message_Block (0, ACE_Message_Block::MB_DATA, |