summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/PIDL_Include/PIDLInclude.idl
blob: b56142dbf2d9d5291be2f04fa1b1ff8c6deeb64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#include <Components.idl>
#include "tao/StringSeq.pidl"

interface foo_intf
{
  typedef sequence<string> MyStringSeq;
};

component Foo
{
  provides foo_intf foo_port;
};