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

#ifndef HISTORY_QOS_TEST_H_
#define HISTORY_QOS_TEST_H_

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

class HistoryPolicyTest
{
public:
  HistoryPolicyTest ();

  static bool check (const ::DDS_HistoryQosPolicy & dds_qos,
                     const ::DDS::HistoryQosPolicy & qos);
};

#endif /* HISTORY_QOS_TEST_H_ */