repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
TAO
/
tao
/
BooleanSeq.pidl
blob
1295db721faece8ff1377c9a7350f0b3e4a98b6e
1
// -*- IDL -*-
2
/**
3
* @file BooleanSeq.pidl
4
*/
5
6
#ifndef TAO_CORBA_BOOLEAN_SEQ_IDL
7
#define TAO_CORBA_BOOLEAN_SEQ_IDL
8
9
#pragma prefix "omg.org"
10
11
module CORBA
12
{
13
typedef sequence<boolean> BooleanSeq;
14
};
15
16
#endif /* TAO_CORBA_BOOLEAN_SEQ_IDL */