diff options
Diffstat (limited to 'tests/Cache_Map_Manager_Test.h')
-rw-r--r-- | tests/Cache_Map_Manager_Test.h | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/tests/Cache_Map_Manager_Test.h b/tests/Cache_Map_Manager_Test.h index 5f75635a04c..54261be9d0c 100644 --- a/tests/Cache_Map_Manager_Test.h +++ b/tests/Cache_Map_Manager_Test.h @@ -1,22 +1,7 @@ -/* -*- C++ -*- */ // $Id$ -// ============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// Cache_Map_Manager_Test.h -// -// = DESCRIPTION -// Define class needed for generating templates. IBM C++ requires this to -// be in its own file for auto template instantiation. -// -// = AUTHOR -// Kirthika Parameswaran <kirthika@cs.wustl.edu> -// -// ============================================================================ +// Define class needed for generating templates. IBM C++ requires this to +// be in its own file for auto template instantiation. #ifndef __ACE_CACHE_MAP_MANAGER_TEST_H #define __ACE_CACHE_MAP_MANAGER_TEST_H @@ -25,7 +10,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -class Hash_Key +class hash_key { public: u_long operator () (size_t t) const |