summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/Minimum/Minimum_Base/Minimum_Base.idl
blob: e82cb0066a8aee5ee0d1ee624cf7617fc1892eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//$Id$:

#ifndef CIAO_MINIMUM_IDL
#define CIAO_MINIMUM_IDL

#include <Components.idl>

module Minimum
{
  interface ReadMessage
  {
    void foo ();
  };

};

#endif /* CIAO_MINIMUM_IDL */