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

/**
 * @file   PSL_SampleLost_Base.idl
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 */

#ifndef PSL_SAMPLELOST_BASE_IDL
#define PSL_SAMPLELOST_BASE_IDL

#pragma ndds typesupport "Base/PSL_SampleLost_BaseSupport.h"

struct TestTopic {
  string key; //@key
  long x;
};

typedef sequence<TestTopic> TestTopic_Seq;

#endif