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

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

class TopicPolicyTest
{
public:
  TopicPolicyTest ();

  int run ();
};

#endif /* TOPIC_QOS_TEST_H_ */