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

#ifndef STRINGMEMBER_IDL
#define STRINGMEMBER_IDL

struct Foo
{
  string strmem;
};

interface Test
{
  void test_op (in Foo inarg);

  void shutdown ();
};

#endif // STRINGMEMBER_IDL