00001 // -*- IDL -*- 00002 00003 /** 00004 * @file InvalidSlot.pidl 00005 * 00006 * $Id: InvalidSlot.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00007 * 00008 * @brief Pre-compiled InvalidSlot 00009 * 00010 * This file is used to generate the code in InvalidSlotC.* 00011 * The command used to generate code is: 00012 * 00013 * tao_idl 00014 * -o orig -Gp -Gd -GA -SS -Sci 00015 * -Wb,export_include="tao/TAO_Export.h" 00016 * -Wb,export_macro=TAO_Export 00017 * -Wb,pre_include="ace/pre.h" 00018 * -Wb,post_include="ace/post.h" 00019 * InvalidSlot.pidl 00020 */ 00021 00022 #ifndef _INVALID_SLOT_PIDL_ 00023 #define _INVALID_SLOT_PIDL_ 00024 00025 module PortableInterceptor { 00026 00027 typeprefix PortableInterceptor "omg.org"; 00028 00029 exception InvalidSlot {}; 00030 }; 00031 00032 #endif /* _INVALID_SLOT_PIDL_ */