summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3552_Regression/struct.idl
blob: 232f13b1b8aca55dbba0b3996516b87a3710b2bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// $Id$
//

/// Put the interfaces in a module, to avoid global namespace pollution
module Test
{
  struct theStruct
  {
    string theString;
  };
};