summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/ownership_qos_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Policies/ownership_qos_test.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Policies/ownership_qos_test.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Policies/ownership_qos_test.cpp b/CIAO/connectors/dds4ccm/tests/Policies/ownership_qos_test.cpp
deleted file mode 100644
index b439bfe1b74..00000000000
--- a/CIAO/connectors/dds4ccm/tests/Policies/ownership_qos_test.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// $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);
-}