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

/**
 * @file dds4ccm_Writer.idl3p
 *
 */

#ifndef DDS4CCM_WRITER_IDL3P
#define DDS4CCM_WRITER_IDL3P

#include "connectors/dds4ccm/idl/dds4ccm_Base.idl3"

module CCM_DDS
{
  interface Writer<typename T> {  // T assumed to be a data type
    void write (in T an_instance)
      raises (InternalError);
  };
};

#endif /* DDS4CCM_WRITER_IDL3P */