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;
 };
. . .
};