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

#ifndef OWNERSHIP_STRENGTH_QOS_TEST_H_
#define OWNERSHIP_STRENGTH_QOS_TEST_H_

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

class OwnershipStrengthPolicyTest
{
public:
  OwnershipStrengthPolicyTest ();

  static bool check (const ::DDS_OwnershipStrengthQosPolicy & dds_qos,
                     const ::DDS::OwnershipStrengthQosPolicy & qos);
};

#endif /* OWNERSHIP_STRENGTH_QOS_TEST_H_ */