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

#include <Components.idl>

#include "Base/InterReturnT.idl"

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

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

#endif