summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/CollocationLockup/SimpleNamingService.idl
blob: e76b077308faeb5539379e865052017de5dd5729 (plain)
1
2
3
4
5
6
7
8
9
// $Id$

/// This is a degenerate Naming Service that only binds one object
interface SimpleNamingService {

  void bind (in Object o);
  Object resolve ();

};