diff options
author | Steve Huston <shuston@riverace.com> | 2002-02-26 00:32:50 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-02-26 00:32:50 +0000 |
commit | 1cf181dfafdee7b8ad86ef74a3ca5b307a4e4c6e (patch) | |
tree | bf8a1ad63388076bacef18938263a7bc474173d6 /tests/Collection_Test.cpp | |
parent | f1c2f2db1ca6a3cf33e93e78328066573782c072 (diff) | |
download | ATCD-1cf181dfafdee7b8ad86ef74a3ca5b307a4e4c6e.tar.gz |
ChangeLogTag:Mon Feb 25 19:30:54 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Collection_Test.cpp')
-rw-r--r-- | tests/Collection_Test.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/Collection_Test.cpp b/tests/Collection_Test.cpp index 5bc7c8cacc4..2d4477d9cd1 100644 --- a/tests/Collection_Test.cpp +++ b/tests/Collection_Test.cpp @@ -22,16 +22,7 @@ ACE_RCSID(tests, Collection_Test, "$Id$") #include "ace/Containers.h" - -typedef void (*deletion_func)(void* p); -struct UglyThing -{ - void *alloc_; - deletion_func dfunc_; - - UglyThing (void* alloc = 0, deletion_func dfunc = 0); - int operator== (const UglyThing& r) const; -}; +#include "Collection_Test.h" UglyThing::UglyThing (void* alloc, deletion_func dfunc) : alloc_ (alloc) |