summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/DoubleNestedModule/Sender/DNM_Sender.idl
blob: eaeb8d71068880a29c2e09943f1f2f5619dfe3c3 (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 DNM_Sender.idl
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DNM_SENDER_IDL
#define DNM_SENDER_IDL

#include "Connector/DNM_Connector.idl"

module DNM_Test_Sender
{
  module Nested_Sender
  {
    component Sender
    {
      port DNM_Test_Connector::Nested_Connector::DNM_TestConn::DDS_Write info_write;
    };
  };
};

#endif /* DNM_SENDER_IDL */