ページの先頭行へ戻る
Interstage Application Server リファレンスマニュアル(API編)

2.2.10 CORBA::ORB::get_default_context()

名前

  CORBA::ORB::get_default_context

形式

  #include <orb_cplus.h>
  CORBA::Status  CORBA::ORB::get_default_context(
          CORBA::Context_ptr&  ctx,
          CORBA_Environment&   env );

機能説明

  デフォルトContextオブジェクトのオブジェクトリファレンスを返します。

パラメタ

  ctx

  Contextオブジェクトを格納するポインタ。

  env

  例外情報が格納される構造体。

復帰値

  正常終了した場合は、CORBA::OKが返され、ctxにはデフォルトContextオブジェクトのオブジェクトリファレンスが設定されます。
  異常終了した場合は、CORBA::FAILEDが返されます。