summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/sub_qos_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Policies/sub_qos_test.h')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Policies/sub_qos_test.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Policies/sub_qos_test.h b/CIAO/connectors/dds4ccm/tests/Policies/sub_qos_test.h
new file mode 100644
index 00000000000..dc85ffdd582
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/tests/Policies/sub_qos_test.h
@@ -0,0 +1,19 @@
+// $Id$
+
+#ifndef SUBSCRIBER_QOS_TEST_H_
+#define SUBSCRIBER_QOS_TEST_H_
+
+
+#include "dds4ccm/idl/dds_rtf2_dcpsC.h"
+#include "ndds/ndds_cpp.h"
+#include "dds4ccm/impl/dds/ndds/SubscriberQos.h"
+
+class SubscriberPolicyTest
+{
+public:
+ SubscriberPolicyTest ();
+
+ int run ();
+};
+
+#endif /* SUBSCRIBER_QOS_TEST_H_ */