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
Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git]
/
TAO
/
tao
/
ShortSeq.pidl
blob
6d83574a360016700128b1cc23e92220db8c151c
1
// -*- IDL -*-
2
#ifndef TAO_CORBA_SHORT_SEQ_IDL
3
#define TAO_CORBA_SHORT_SEQ_IDL
4
5
#pragma prefix "omg.org"
6
7
module CORBA
8
{
9
typedef sequence<short> ShortSeq;
10
};
11
12
#endif /* TAO_CORBA_SHORT_SEQ_IDL */