#if !defined(_MYORB_IDL) #define _MYORB_IDL module CORBA { typedef unsigned short ServiceOption; typedef unsigned short ServiceDetailType; typedef unsigned long PolicyType; interface Current {}; interface Policy{ readonly attribute PolicyType policy_type; Policy copy(); void destroy(); }; typedef sequence PolicyList; typedef string Identifier; typedef string RepositoryId; interface InterfaceDef {}; }; #endif /* _MYORB_IDL */