=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / CollocationLockup / SimpleNamingService.idl
blob78ebf9b82b8ad09c80814b91951a9478c2165f32
1 /// This is a degenerate Naming Service that only binds one object
2 interface SimpleNamingService {
4 void bind (in Object o);
5 Object resolve ();
7 };