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

#ifndef NULL_INTERFACE_IDL
#define NULL_INTERFACE_IDL

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

#endif /* NULL_INTERFACE_IDL */