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
/
CharSeq.pidl
blob
f6e70c70f951430525715ed5666132d7857f261d
1
// -*- IDL -*-
2
3
/**
4
* @file CharSeq.pidl
5
*/
6
7
#ifndef TAO_CORBA_CHAR_SEQ_IDL
8
#define TAO_CORBA_CHAR_SEQ_IDL
9
10
#pragma prefix "omg.org"
11
12
module CORBA
13
{
14
typedef sequence<char> CharSeq;
15
};
16
17
#endif /* TAO_CORBA_CHAR_SEQ_IDL */