summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/dp_factory_qos_test.h
blob: ee6daf56d750dbc779706c99c039c58cc2558615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef DP_FACTORY_QOS_TEST_H_
#define DP_FACTORY_QOS_TEST_H_

#include "dds4ccm/idl/dds_rtf2_dcpsC.h"
#include "ndds/ndds_cpp.h"
#include "dds4ccm/impl/ndds/convertors/DomainParticipantFactoryQos.h"

class DomainParticipantFactoryPolicyTest
{
public:
  DomainParticipantFactoryPolicyTest ();

};

#endif /* DP_FACTORY_QOS_TEST_H_ */