summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ConnectorFilesInDiffDir/DiffDir.idl
blob: c860f65027ca98db4b3dc8bcfeae994947517355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef DIFFDIR_IDL
#define DIFFDIR_IDL

#pragma ndds typesupport "DiffDirSupport.h"
#pragma opendds typesupport "DiffDirTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "DiffDirType"
#pragma DCPS_DATA_KEY "DiffDirType value"

struct DiffDirType {
  string value; //@key
};

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<DiffDirType> DiffDirTypeSeq;
#endif

#endif