summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/tp_data_qos_test.h
blob: 2ccb36be118c469236d5d347b3ec92682a1a8c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//$Id$

#ifndef TOPIC_DATA_QOS_TEST_H_
#define TOPIC_DATA_QOS_TEST_H_

#include "dds4ccm/idl/dds_rtf2_dcpsC.h"
#include "ndds/ndds_cpp.h"
#include "dds4ccm/impl/dds/ndds/TopicDataQosPolicy.h"

class TopicDataPolicyTest
{
public:
  TopicDataPolicyTest ();

  static bool check (const ::DDS_TopicDataQosPolicy & dds_qos,
                     const ::DDS::TopicDataQosPolicy & qos);
};

#endif /* TOPIC_DATA_QOS_TEST_H_ */