18 #ifndef CORBA_IORUTIL_H 19 #define CORBA_IORUTIL_H 49 bool toIOR(
const char* iorstr, IOP::IOR&
ior);
81 #endif // CORBA_IORUTIL_H bool toString(IOP::IOR &ior, std::string &iorstr)
Convert from IOR structure to IOR string.
bool replaceEndpoint(std::string &iorstr, const std::string &endpoint)
Replace endpoint address in IOR entry.
std::string formatIORinfo(const char *iorstr)
Extracts information from IOR string and returns formatted string.
bool toIOR(const char *iorstr, IOP::IOR &ior)
Convert from IOR string to IOR structure.