00001
00002
00003
00004
00005
00006 #ifndef TOPIC_QOS_HANDLER_H
00007 #define TOPIC_QOS_HANDLER_H
00008
00009 #include "ace/pre.h"
00010
00011 #include "dds/DCPS/QOS_XML_Handler/XML_QOS_Handler_Export.h"
00012
00013 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00014 # pragma once
00015 #endif
00016
00017 #include "dds_qos.hpp"
00018 #include "dds/DdsDcpsInfrastructureC.h"
00019
00020 class XML_QOS_Handler_Export TopicQos_Handler
00021 {
00022 public:
00023
00024
00025
00026
00027 static bool get_topic_qos (::DDS::TopicQos& tp_qos,
00028 ::dds::qosProfile * profile,
00029 const ACE_TCHAR * name = 0);
00030 private:
00031
00032
00033
00034 static bool get_topic_qos (DDS::TopicQos& tp_qos,
00035 dds::topicQos * tp);
00036 };
00037
00038 #include "ace/post.h"
00039 #endif