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 "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tao
/
LongSeq.pidl
blob
672eb536e1c82c95eaab5a016bda85b2ffadb73e
1
// -*- IDL -*-
2
#ifndef TAO_CORBA_LONG_SEQ_IDL
3
#define TAO_CORBA_LONG_SEQ_IDL
4
5
#pragma prefix "omg.org"
6
7
module CORBA
8
{
9
typedef sequence<long> LongSeq;
10
};
11
12
#endif /* TAO_CORBA_LONG_SEQ_IDL */