18 #ifndef CORBA_IORUTIL_H
19 #define CORBA_IORUTIL_H
22 #ifdef ORB_IS_ORBEXPRESS
55 #if !defined(ORB_IS_ORBEXPRESS) && !defined(ORB_IS_TAO) && !defined(ORB_IS_RTORB)
56 bool toIOR(
const char* iorstr, IOP::IOR& ior);
68 #if !defined(ORB_IS_ORBEXPRESS) && !defined(ORB_IS_TAO) && !defined(ORB_IS_RTORB)
69 bool toString(IOP::IOR& ior, std::string& iorstr);
89 #if !defined(ORB_IS_ORBEXPRESS) && !defined(ORB_IS_TAO) && !defined(ORB_IS_RTORB)
94 std::vector<IIOP::Address>& addr);
bool replaceEndpoint(std::string &iorstr, const std::string &endpoint)
IOR内のエンドポイントを置換する
bool toString(IOP::IOR &ior, std::string &iorstr)
IOR構造体をIOR文字列へ変換する
bool toIOR(const char *iorstr, IOP::IOR &ior)
IOR 文字列をIOR構造体へ変換する
std::string formatIORinfo(const char *iorstr)
IOR文字列から情報を抽出しフォーマット済みの文字列として返す
std::vector< IIOP::Address > getEndpoints(IOP::IOR &ior)
void extractAddrs(IOP::MultipleComponentProfile &comp, std::vector< IIOP::Address > &addr)