00001 // -*- IDL -*- 00002 00003 /** 00004 * @file CharSeq.pidl 00005 * 00006 * $Id: CharSeq.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00007 * 00008 * This file is used to generate the code in CharSeqC.* 00009 */ 00010 00011 #ifndef TAO_CORBA_CHAR_SEQ_IDL 00012 #define TAO_CORBA_CHAR_SEQ_IDL 00013 00014 #pragma prefix "omg.org" 00015 00016 module CORBA 00017 { 00018 typedef sequence<char> CharSeq; 00019 }; 00020 00021 #endif /* TAO_CORBA_CHAR_SEQ_IDL */