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

#ifndef COLLACATED_BASE_
#define COLLACATED_BASE_

#pragma ndds typesupport "Base/Collocated_BaseSupport.h"
#pragma opendds typesupport "Base/Collocated_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "CoPubSub::Test_msg"

module CoPubSub {
  struct Test_msg {
    string hello;
    long msgId;
  };
  typedef sequence <Test_msg> Test_msgSeq;
};


#endif // COLLACATED_BASE_