summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/tp_qos_test.h
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-03-04 08:35:13 +0000
committermsmit <msmit@remedy.nl>2010-03-04 08:35:13 +0000
commit9413ea4350b6da05d47f3f0d1c39cabbeeddb0b7 (patch)
tree3645ccff7b9fa9f4a8960fc4d51b82854ec9899d /CIAO/connectors/dds4ccm/tests/Policies/tp_qos_test.h
parent0f50fe911f0bdb69851d020e2784f1c8f0e695af (diff)
downloadATCD-9413ea4350b6da05d47f3f0d1c39cabbeeddb0b7.tar.gz
Thu Mar 4 08:30:43 UTC 2010 Marcel Smit <msmit@remedy.nl>
* bin/ciao_tests.lst: * connectors/dds4ccm/tests/Policies/*: Added a policy test. This tests all the ndds streaming operators.
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Policies/tp_qos_test.h')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Policies/tp_qos_test.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Policies/tp_qos_test.h b/CIAO/connectors/dds4ccm/tests/Policies/tp_qos_test.h
new file mode 100644
index 00000000000..0508102b8e3
--- /dev/null
+++ b/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_ */