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

#include "ownership_qos_test.h"

OwnershipPolicyTest::OwnershipPolicyTest ()
{
}

bool
OwnershipPolicyTest::check (const ::DDS_OwnershipQosPolicy & dds_qos,
                            const ::DDS::OwnershipQosPolicy & qos)
{
  return dds_qos.kind ==
         static_cast <DDS_OwnershipQosPolicyKind> (qos.kind);
}