00001 /** 00002 * @file ObjectIdList.pidl 00003 * 00004 * $Id: ObjectIdList.pidl 76257 2007-01-02 10:02:38Z johnnyw $ 00005 * 00006 * @brief Pre-compiled IDL source for the CORBA::ORB::ObjectIdList related 00007 * types. 00008 * 00009 * This file is used to generate the code in ObjectIdListC.{h,inl,cpp}. 00010 * 00011 * The steps to regenerate the code are as follows: 00012 * 00013 * 1. Run the tao_idl compiler on the patched pidl file. The 00014 * command used for this is: 00015 * 00016 * tao_idl.exe 00017 * -o orig -Sa -GA -Sci 00018 * -Wb,export_macro=TAO_Export 00019 * -Wb,export_include="tao/TAO_Export.h" 00020 * -Wb,pre_include="ace/pre.h" 00021 * -Wb,post_include="ace/post.h" 00022 * ObjectIdList.pidl 00023 * 00024 * and then: 00025 * 00026 * cp orig/ObjectIdListC.{h,inl,cpp} . 00027 * cp orig/ObjectIdListA.cpp . 00028 * 00029 * The code is ready for use. 00030 */ 00031 00032 #ifndef TAO_CORBA_ORB_OBJECTIDLIST_PIDL 00033 #define TAO_CORBA_ORB_OBJECTIDLIST_PIDL 00034 00035 #pragma prefix "omg.org" 00036 00037 module CORBA 00038 { 00039 typedef string ORB_ObjectId; 00040 typedef sequence<ORB_ObjectId> ORB_ObjectIdList; 00041 }; 00042 00043 #endif /* TAO_CORBA_ORB_OBJECTIDLIST_PIDL */ 00044 00045