summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h
blob: 44a8800bcda58061bdcd0220477806df075f9216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @file Utils.h
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * $Id$
 *
 */

#ifndef QOS_XML_UTILS_H_
#define QOS_XML_UTILS_H_

#include "ace/SString.h"

#include "XML_QOS_Handler_Export.h"

namespace DDS4CCM
{
  XML_QOS_Handler_Export ACE_CString get_xml_file_name (const char * qos_profile);
  XML_QOS_Handler_Export ACE_CString get_profile_name (const char * qos_profile);
}

#endif /* QOS_XML_UTILS_H_ */