4 //=============================================================================
6 * @file Collection_Test.h
8 * Define class needed for generating templates.
10 * @author Irfan Pyarali <irfan@cs.wustl.edu>
12 //=============================================================================
15 #ifndef ACE_TESTS_COLLECTION_TEST_H
16 #define ACE_TESTS_COLLECTION_TEST_H
18 typedef void (*deletion_func
)(void* p
);
25 UglyThing (void* alloc
= 0, deletion_func dfunc
= 0);
26 bool operator== (const UglyThing
& r
) const;
29 #endif /* ACE_TESTS_COLLECTION_TEST_H */