summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.idl
blob: 60bc4ae05874e1143ba5fe0bde25c41686c02466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

/**
 * @file
 * @author Marcel Smit (msmit@remedy.nl)
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef COMMAND_LINE_PASSAGE_IDL_
#define COMMAND_LINE_PASSAGE_IDL_

#include  <Components.idl>
#include "dance/DAnCE_LocalityManager.idl"

module locality
{
  component Shutdown
  {
    uses DAnCE::LocalityManager lm_port;
  };
};
#endif