Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス

[目次][索引][前へ][次へ]

32.2.1 IDLの定義

 
module ObjLocation {
  struct Desc {
    Object ref;
    IIOP::ProfileBody iiop_locator;
    string repository_id;
    string instance_name;
    boolean activable;
    string agent_hostname;
  };
. . .
};