summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/GetComp/Sender/GetComp_Sender.idl
blob: 513264d2a7673cc671c49de6f5feb13941744074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#ifndef GETCOMP_T_SENDER_IDL
#define GETCOMP_T_SENDER_IDL

#include <Components.idl>

#include "Base/GetComp.idl"

#pragma ciao ami4ccm receptacle "GetComp::Sender::run_my_foo"

module GetComp
{
  component Sender
  {
    /// For synchronous invocation
    uses MyFoo run_my_foo;
  };
};

#endif