OpenDDS  Snapshot(2023/04/28-20:55)
SecurityConfigPropertyList.h
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #ifndef OPENDDS_DCPS_SECURITY_FRAMEWORK_SECURITYCONFIGPROPERTYLIST_H
9 #define OPENDDS_DCPS_SECURITY_FRAMEWORK_SECURITYCONFIGPROPERTYLIST_H
10 
11 #include <dds/DCPS/PoolAllocator.h>
13 
15 
16 namespace OpenDDS {
17 namespace Security {
18 
19 
20 typedef std::pair<OPENDDS_STRING, OPENDDS_STRING> ConfigProperty;
21 typedef OPENDDS_VECTOR(ConfigProperty) ConfigPropertyList;
22 
23 
24 } // namespace Security
25 } // namespace OpenDDS
26 
28 
29 #endif
typedef OPENDDS_VECTOR(ConfigProperty) ConfigPropertyList
std::pair< OPENDDS_STRING, OPENDDS_STRING > ConfigProperty
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28