summaryrefslogtreecommitdiff
path: root/TAO/tao/BooleanSeq.pidl
blob: 8042cc7c13880d6fc0e6b9381638ffe01583e81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- IDL -*-
//
// $Id$

/**
 *   This file is used to generate the code in BooleanSeqC.*
 */

#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 */