summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver.idl
blob: c98d382f11ec9e55cddd5baf028cc6232b6bad05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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