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

#ifndef NULL_INTERFACE_IDL
#define NULL_INTERFACE_IDL

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

#endif /* NULL_INTERFACE_IDL */