summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ConnectorFilesInDiffDir/DiffDir.idl
blob: 1ffc8e939b22d635fa6ff70df6caef60dd3860fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#ifndef DIFFDIR_IDL
#define DIFFDIR_IDL

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

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

typedef sequence<DiffDirType> DiffDirTypeSeq;

#endif