summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/entity_factory_qos_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Policies/entity_factory_qos_test.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Policies/entity_factory_qos_test.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Policies/entity_factory_qos_test.cpp b/CIAO/connectors/dds4ccm/tests/Policies/entity_factory_qos_test.cpp
deleted file mode 100644
index 4bc00e2434f..00000000000
--- a/CIAO/connectors/dds4ccm/tests/Policies/entity_factory_qos_test.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// $Id$
-
-#include "entity_factory_qos_test.h"
-
-EntityFactoryPolicyTest::EntityFactoryPolicyTest ()
-{
-}
-
-bool
-EntityFactoryPolicyTest::check (const ::DDS_EntityFactoryQosPolicy & dds_qos,
- const ::DDS::EntityFactoryQosPolicy & qos)
-{
- return dds_qos.autoenable_created_entities ==
- static_cast <DDS_Boolean> (qos.autoenable_created_entities);
-}