summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component/Null_Interface.idl
blob: ed841b2a9216b7834dee18ad1bc4df0ef98c20d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @file Null_Interface.idl
 *
 * @author Abdul Sowayan <abdullah.sowayan@lmco.com>
 *
 * $Id$
 */

#ifndef NULL_INTERFACE_IDL
#define NULL_INTERFACE_IDL

/**
 * @interface Null_Interface
 *
 * @brief
 */
interface Null_Interface
{
  void null_operation();
};

#endif /* NULL_INTERFACE_IDL */