summaryrefslogtreecommitdiff
path: root/CIAO/CCF/Example/IDL2/CxxMapping/test.idl
blob: 82e44440c58bb46646ff580f674765ba85cd6971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : Example/IDL2/CxxMapping/test.idl
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

module M
{
  interface I
  {
    long foo (in string s, inout boolean b, out long l);
    void bar ();
  };
};