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