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
/
StringSeq.pidl
blob
f492c3b4c5c2e30ba8cf6a0ce13fd8876b52ae4c
1
// -*- IDL -*-
2
#ifndef TAO_CORBA_STRING_SEQ_IDL
3
#define TAO_CORBA_STRING_SEQ_IDL
4
5
#pragma prefix "omg.org"
6
7
module CORBA
8
{
9
typedef sequence<string> StringSeq;
10
};
11
12
#endif /* TAO_CORBA_STRING_SEQ_IDL */