Borland(R) Enterprise Server VisiBroker(R) デベロッパーズガイド
前章までで説明したように,VisiBroker ORBはクライアントリクエストとオブジェクトインプリメンテーション間の通信リンクを提供します。各アプリケーションは,VisiBroker ORBと通信を行う前にVisiBroker ORBを初期化しなければなりません。
// Initialize the ORB. CORBA::ORB_ptr orb = CORBA::ORB_init(argc, argv);
// Initialize the ORB. org.omg.CORBA.ORB orb=org.omg.CORBA.ORB.init(args,null);
All Rights Reserved. Copyright (C) 2006, Hitachi, Ltd.
COPYRIGHT (C) 1992-2004 Borland Software Corporation. All rights reserved.