diff options
Diffstat (limited to 'TAO/tao/ULongSeq.pidl')
-rw-r--r-- | TAO/tao/ULongSeq.pidl | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/tao/ULongSeq.pidl b/TAO/tao/ULongSeq.pidl deleted file mode 100644 index a9bf1f63c98..00000000000 --- a/TAO/tao/ULongSeq.pidl +++ /dev/null @@ -1,33 +0,0 @@ -// -*- IDL -*- -// -// $Id$ - -// ================================================================ -/** - * - * This file was used to generate the code in ULongSeq*.* - * The command used to generate code is: - * - * tao_idl - * -o orig -Ge 1 -Sc -GA -SS -Sci - * -Wb,export_macro=TAO_Export - * -Wb,export_include=tao/TAO_Export.h - * -Wb,pre_include="ace/pre.h" - * -Wb,post_include="ace/post.h" - * ULongSeq.pidl - * - */ -// ================================================================ - - -#ifndef TAO_CORBA_ULONG_SEQ_IDL -#define TAO_CORBA_ULONG_SEQ_IDL - -#pragma prefix "omg.org" - -module CORBA -{ - typedef sequence<unsigned long> ULongSeq; -}; - -#endif /* TAO_CORBA_ULONG_SEQ_IDL */ |