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

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

#ifndef UPDATER_BASE_IDL
#define UPDATER_BASE_IDL

#pragma ndds typesupport "Base/Updater_BaseSupport.h"

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

typedef sequence<TestTopic> TestTopic_Seq;

#endif