summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3
blob: 06eb8a6798727f07a32e2dd5ed7062e2ccea1857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

/**
 * @file dds4ccm_ListenerControl.idl3
 *
 */

#ifndef DDS4CCM_LISTENERCONTROL_IDL3
#define DDS4CCM_LISTENERCONTROL_IDL3

#include "dds4ccm/idl/dds4ccm_Base.idl3"

module CCM_DDS
{
  interface ListenerControl {
    attribute boolean enabled;
  };
};

#endif