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

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

#ifndef GOODBYE_IDL_
#define GOODBYE_IDL_

module Goodbye
{
  struct HelloGoodbye {
    string goodbye;  //@key
    long iteration;
  };
  typedef sequence<HelloGoodbye> HelloGoodbye_Seq;
};

#endif /* GOODBYE_IDL_ */