diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-03-26 19:25:11 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-03-26 19:25:11 +0000 |
commit | 8ccdb6cab73164c38a90153317c0418335910c8d (patch) | |
tree | c5a454f01f8b3b20280fdf00971bd651df90bedf /TAO/tao/BooleanSeq.pidl | |
parent | b3c8eececc154d0a412509e5ead0408dd36294ce (diff) | |
download | ATCD-8ccdb6cab73164c38a90153317c0418335910c8d.tar.gz |
ChangeLogTag: Fri Mar 26 13:23:12 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/BooleanSeq.pidl')
-rw-r--r-- | TAO/tao/BooleanSeq.pidl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/tao/BooleanSeq.pidl b/TAO/tao/BooleanSeq.pidl new file mode 100644 index 00000000000..fd7ac9a6ac6 --- /dev/null +++ b/TAO/tao/BooleanSeq.pidl @@ -0,0 +1,30 @@ +// -*- IDL -*- +// +// $Id$ + +// ================================================================ +/** + * This file was used to generate the code in BooleanSeq*.* + * The command used to generate code is: + * + * tao_idl + * -o orig -Ge 1 -Sc -GT -GA + * -Wb,export_macro=TAO_Export + * -Wb,pre_include="ace/pre.h" + * -Wb,post_include="ace/post.h" + * BooleanSeq.pidl + * + */ +// ================================================================ + +#ifndef TAO_CORBA_BOOLEAN_SEQ_IDL +#define TAO_CORBA_BOOLEAN_SEQ_IDL + +#pragma prefix "omg.org" + +module CORBA +{ + typedef sequence<boolean> BooleanSeq; +}; + +#endif /* TAO_CORBA_BOOLEAN_SEQ_IDL */ |