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

#ifndef EXCEPTION_T_SENDER_IDL
#define EXCEPTION_T_SENDER_IDL

#include <Components.idl>

#include "Base/ExceptionT.idl"

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

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

#endif