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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
UInt8Seq.pidl
blob
e43b19c2656ac0e4b5e061aa0b94cbbcb6d3b69a
1
#ifndef TAO_CORBA_UINT8_SEQ_IDL
2
#define TAO_CORBA_UINT8_SEQ_IDL
3
4
#pragma prefix "omg.org"
5
6
module CORBA
7
{
8
typedef sequence<uint8> UInt8Seq;
9
};
10
11
#endif /* TAO_CORBA_UINT8_SEQ_IDL */