summaryrefslogtreecommitdiff
path: root/performance-tests/Alt_Mapping/StringMember/StringMember.idl
blob: f7ccf84b1e5b38cb276c7e51eb1e3baba9516d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#ifndef STRINGMEMBER_IDL
#define STRINGMEMBER_IDL

struct Foo
{
  string strmem;
};

interface Test
{
  void test_op (in Foo inarg);
};

#endif // STRINGMEMBER_IDL