summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/impl/ndds/Utils.h
blob: aeb9b9a562f3a095565a277e75982fea5e8e52b3 (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)
 *
 * Misc utility classes for NDDS.
 */

#ifndef NDDS_UTILS_H_
#define NDDS_UTILS_H_

#include "ace/String_Base.h"

namespace CIAO
{
  namespace NDDS
  {
    char * get_library_name (const char * qos_profile);
    char * get_profile_name (const char * qos_profile);
  }
}

#endif /* NDDS_UTILS_H_ */