summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/PartialShutdown/Base/PartialShutdown.idl
blob: 66b1686c074d847ab937b4e53a3e724afcbe8a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// $Id$

/**
 * @file PartialShutdown.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef PARTIALSHUTDOWN_IDL_
#define PARTIALSHUTDOWN_IDL_

#include <Components.idl>

#pragma ciao lem "Base/PartialShutdownE.idl"

module PartialShutdown
{
  local interface Writer {
    void write_line (in string line);
  };

  local interface Reader {
    CORBA::StringSeq read_lines ();
  };
};

#endif /* PARTIALSHUTDOWN_IDL_ */