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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
tao
/
DoubleSeq.pidl
blob
5ced2221e0990353118c50df9e955a2dd643293d
1
// -*- IDL -*-
2
#ifndef TAO_CORBA_DOUBLE_SEQ_IDL
3
#define TAO_CORBA_DOUBLE_SEQ_IDL
4
5
#pragma prefix "omg.org"
6
7
module CORBA
8
{
9
typedef sequence<double> DoubleSeq;
10
};
11
12
#endif /* TAO_CORBA_DOUBLE_SEQ_IDL */