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

#ifndef CIAO_MINIMUM_IDL
#define CIAO_MINIMUM_IDL

#include <Components.idl>

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

};

#endif /* CIAO_MINIMUM_IDL */