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

#ifndef PRESENTATION_QOS_TEST_H_
#define PRESENTATION_QOS_TEST_H_

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

class PresentationPolicyTest
{
public:
  PresentationPolicyTest ();

  static bool check (const ::DDS_PresentationQosPolicy & dds_qos,
                     const ::DDS::PresentationQosPolicy & qos);
};

#endif /* PRESENTATION_QOS_TEST_H_ */