[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[jfriends:00695] Re: CORBA の練習
------------------------- infoseek ML Sponsor --------------------------
★★楽しかった夏休み!★★でもサイフの中身はカラッポ・・★★
┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓
┃ロ┃┃ー┃┃ン┃┃カ┃┃ー┃┃ド┃┃特┃┃集┃┃!┃
┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛
貴方に合ったローンカードは? http://www.loanginza.com/01
------------------------------------------------------------------------
高橋(智)です。
かせ野武文\(自宅\) wrote:
>
> <Test1.idl>
> module Test1
> {
> interface Test1if
> {
> string OutMessage(in string InMessage);
> };
> };
漢字をやりとりするなら
wstring OutMessage(in wstring InMessage);
である必要があります。
私の環境では、上の問題以外は特に問題無く、正常に動作しました。
ただし、以下のnarrowは不要だと思います。
> org.omg.CORBA.Object ref = rootpoa.servant_to_reference(objTest1impl);
> Test1if href = Test1ifHelper.narrow(ref);
snip
> NameComponent path[] = ncRef.to_name("Test1if");
> ncRef.rebind(path, href);
--
高橋智宏
Java読書会( http://www.t3-jpn.com/bof/ )
T3-Japan( http://www.t3-jpn.com/ )
------------------------------------------------------------------------
★今さら人に聞けないこと、この際だから聞いちゃおう!
http://research.infoseek.co.jp/entry_n.phtml?magazine_id=107&svx=971122