summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/UsesMulti/Sender/UsesMulti_Sender.idl
blob: 7b91e3e39a93dc33ca6ea26de5f21e83de8b3b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef USESMULTI_SENDER_IDL
#define USESMULTI_SENDER_IDL

#include <Components.idl>

#include "Base/UsesMulti.idl"

#pragma ciao ami4ccm receptacle "UsesMulti::Sender::run_my_um_one"

module UsesMulti
{
  component Sender
  {
    /// For synchronous invocation
    uses multiple One run_my_um_one;
  };
};

#endif