summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/ownership_strength_qos_test.cpp
blob: d65bd7f725ac04f0a7225ab9d20e9f84d15f9fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#include "ownership_strength_qos_test.h"

OwnershipStrengthPolicyTest::OwnershipStrengthPolicyTest ()
{
}

bool
OwnershipStrengthPolicyTest::check (const ::DDS_OwnershipStrengthQosPolicy & dds_qos,
                                    const ::DDS::OwnershipStrengthQosPolicy & qos)
{
  return dds_qos.value == qos.value;
}