- Member resolve_init (CORBA::ORB_ptr orb, const char *id)
- Some compilers might not be able to use the T::_ptr_type. If your compiler spews on it, change the typename modifier to T* and remove the T::_ptr_type
- Member resolve_name (CosNaming::NamingContext_ptr nc, const CosNaming::Name &name)
- Some compilers might not be able to use the T::_ptr_type. If your compiler spews on it, change the typename modifier to T* and remove the T::_ptr_type