21 #ifndef ORepHelpers_H_
22 #define ORepHelpers_H_
24 #include <omniORB4/CORBA.h>
25 #include <omniORB4/Naming.hh>
27 #include "Exceptions.h"
38 CosNaming::NamingContext_ptr getRootNamingContext(
const CORBA::ORB_ptr orb,
const std::string& nsName );
49 CosNaming::NamingContext_ptr getContext(
const std::string& cname,
int argc,
50 const char*
const* argv,
const std::string& nsName);
53 CosNaming::NamingContext_ptr getContext(
const CORBA::ORB_ptr orb,
const std::string& cname,
54 const std::string& nsName);
57 const std::string getSectionName(
const std::string& fullName,
const std::string& brk =
"/");
60 const std::string getShortName(
const std::string& fullName,
const std::string& brk =
"/");
Definition: CommonEventLoop.h:15