summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Transport_Cache_Manager/mock_tdi.h
blob: 341b9b31626c8f65a86949287f712f494b912428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

class mock_tdi
{
public:
  mock_tdi () {}
  u_long hash (void) {return static_cast<u_long> (reinterpret_cast<ptrdiff_t> (this));}
  mock_tdi *duplicate (void) {return 0;}
  CORBA::Boolean is_equivalent (const mock_tdi *) {return true;}

};