summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/presentation_qos_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Policies/presentation_qos_test.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Policies/presentation_qos_test.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Policies/presentation_qos_test.cpp b/CIAO/connectors/dds4ccm/tests/Policies/presentation_qos_test.cpp
deleted file mode 100644
index 540bf6e1315..00000000000
--- a/CIAO/connectors/dds4ccm/tests/Policies/presentation_qos_test.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-#include "presentation_qos_test.h"
-
-PresentationPolicyTest::PresentationPolicyTest ()
-{
-}
-
-bool
-PresentationPolicyTest::check (const ::DDS_PresentationQosPolicy & dds_qos,
- const ::DDS::PresentationQosPolicy & qos)
-{
- return dds_qos.access_scope ==
- static_cast <DDS_PresentationQosPolicyAccessScopeKind>(qos.access_scope) &&
- dds_qos.coherent_access ==
- static_cast <DDS_Boolean> (qos.coherent_access) &&
- dds_qos.ordered_access ==
- static_cast <DDS_Boolean> (qos.ordered_access);
-}