summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/Policies/pub_qos_test.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-04-12 14:11:44 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-04-12 14:11:44 +0000
commite30c0be78e222e708fc5010c5b678a72fc8ca4be (patch)
treefe2dde0d9d3e5aba67984c94c561b7f70f5a2cde /modules/CIAO/connectors/dds4ccm/tests/Policies/pub_qos_test.h
parent7627760802fdf292403c971e81c2dd113ebf4912 (diff)
downloadATCD-e30c0be78e222e708fc5010c5b678a72fc8ca4be.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/Policies/pub_qos_test.h')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/Policies/pub_qos_test.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/Policies/pub_qos_test.h b/modules/CIAO/connectors/dds4ccm/tests/Policies/pub_qos_test.h
new file mode 100644
index 00000000000..c2d022aff88
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/Policies/pub_qos_test.h
@@ -0,0 +1,18 @@
+// $Id$
+
+#ifndef PUBLISHER_QOS_TEST_H_
+#define PUBLISHER_QOS_TEST_H_
+
+#include "dds4ccm/idl/dds_rtf2_dcpsC.h"
+#include "ndds/ndds_cpp.h"
+#include "dds4ccm/impl/dds/ndds/PublisherQos.h"
+
+class PublisherPolicyTest
+{
+public:
+ PublisherPolicyTest ();
+
+ int run ();
+};
+
+#endif /* PUBLISHER_QOS_TEST_H_ */