00001 // -*- IDL -*- 00002 00003 // ================================================================ 00004 /** 00005 * @file orb_types.pidl 00006 * 00007 * $Id: orb_types.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00008 * 00009 * This file is used to generate the code in orb_typesC.* The command 00010 * used to generate code is: 00011 * 00012 * tao_idl 00013 * -o orig -SS -Sci 00014 * -Wb,export_macro=TAO_Export 00015 * -Wb,export_include="tao/TAO_Export.h" 00016 * -Wb,pre_include="ace/pre.h" 00017 * -Wb,post_include="ace/post.h" 00018 * orb_types.pidl 00019 */ 00020 // ================================================================ 00021 // -*- IDL -*- 00022 00023 // Basic types 00024 00025 #ifndef TAO_ORB_TYPES_IDL 00026 #define TAO_ORB_TYPES_IDL 00027 00028 #pragma prefix "omg.org" 00029 00030 module CORBA 00031 { 00032 typedef string ORBid; 00033 typedef unsigned long Flags; 00034 typedef string Identifier; 00035 typedef string RepositoryId; 00036 }; 00037 00038 #endif /* TAO_ORB_TYPES_IDL */