00001 #ifndef CORBASERVERUTILS_H 00002 #define CORBASERVERUTILS_H 00003 00009 #include <omniORB4/CORBA.h> 00010 00012 CORBA::Boolean 00013 bindObjectToName(CORBA::ORB_ptr orb, CORBA::Object_ptr objref, 00014 CosNaming::NameComponent name, 00015 CosNaming::NameComponent context,int verbose); 00016 #endif