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

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

#ifndef HELLO_IDL_
#define HELLO_IDL_

module Hello
{
  struct HelloGoodbye {
    string hello;  //@key
    long iteration;
  };
  typedef sequence<HelloGoodbye> HelloGoodbyeSeq;
};


#endif /* HELLO_IDL_ */