summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Hello/Base/Hello_Base.idl
blob: d24b377ddb1cb9c740e301f8f5a7e04b654183c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

/**
 * @file Hello_Base.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef HELLO_BASE_IDL
#define HELLO_BASE_IDL

struct DDSHello {
  string hello;
  short iterator;
};

typedef sequence<DDSHello> DDSHello_Seq;

#endif