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