Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef TAO_CORBA_OCTET_SEQ_IDL
00010 #define TAO_CORBA_OCTET_SEQ_IDL
00011
00012 #pragma prefix "omg.org"
00013
00014 module CORBA
00015 {
00016 typedef sequence<octet> OctetSeq;
00017 };
00018
00019 #endif