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