summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/dw_qos_test.h
blob: 3e85b37d06c3be9ea62f52db630e356889c64b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef DATAWRITER_QOS_TEST_H_
#define DATAWRITER_QOS_TEST_H_

#include "dds4ccm/idl/dds_rtf2_dcpsC.h"
#include "ndds/ndds_cpp.h"
#include "dds4ccm/impl/ndds/convertors/DataWriterQos.h"

class DatawriterPolicyTest
{
public:
  DatawriterPolicyTest ();

  int run ();
};

#endif /* DATAWRITER_QOS_TEST_H_ */