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

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

#ifndef UPDATER_BASE_IDL
#define UPDATER_BASE_IDL

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

typedef sequence<TestTopic> TestTopic_Seq;

#endif