summaryrefslogtreecommitdiff
path: root/TAO/tests/Transport_Cache_Manager/mock_tdi.h
blob: 41cdd34829ea4b4d330b854b044e1f2236b67044 (plain)
1
2
3
4
5
6
7
8
9
class mock_tdi
{
public:
  mock_tdi () {}
  u_long hash () {return static_cast<u_long> (reinterpret_cast<ptrdiff_t> (this));}
  mock_tdi *duplicate () {return 0;}
  CORBA::Boolean is_equivalent (const mock_tdi *) {return true;}
};