summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver.idl
blob: 792408478dbf601ea4bb874f36a9faada946371d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#ifndef PRAGMAT_RECEIVER_IDL
#define PRAGMAT_RECEIVER_IDL

#include <Components.idl>

#include "Base/PragmaT.idl"

module PragmaT
{
  component Receiver
  {
    /// Provides
    provides MyFoo do_my_foo;
  };
};
#endif