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

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

#ifndef PSL_SAMPLELOST_BASE_IDL
#define PSL_SAMPLELOST_BASE_IDL


  struct TestTopic {
    string key; //@key
    long x;
   };
typedef sequence<TestTopic> TestTopic_Seq;

#endif