SecurityConfigPropertyList.h

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  * Distributed under the OpenDDS License.
00005  * See: http://www.opendds.org/license.html
00006  */
00007 
00008 #ifndef OPENDDS_DCPS_SECURITY_CFG_PROPERTY_LIST_H
00009 #define OPENDDS_DCPS_SECURITY_CFG_PROPERTY_LIST_H
00010 
00011 #include "dds/DCPS/PoolAllocator.h"
00012 
00013 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
00014 
00015 namespace OpenDDS {
00016 namespace Security {
00017 
00018 
00019 typedef std::pair<OPENDDS_STRING, OPENDDS_STRING> ConfigProperty;
00020 typedef OPENDDS_VECTOR(ConfigProperty) ConfigPropertyList;
00021 
00022 
00023 } // namespace Security
00024 } // namespace OpenDDS
00025 
00026 OPENDDS_END_VERSIONED_NAMESPACE_DECL
00027 
00028 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1