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

/**
 * @file BooleanSeq.pidl
 *
 * $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 */