00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef OPENDDS_DCPS_SECURITY_PLUGIN_FACTORY_RCH_H 00009 #define OPENDDS_DCPS_SECURITY_PLUGIN_FACTORY_RCH_H 00010 00011 #include "dds/DCPS/RcHandle_T.h" 00012 #include "dds/DCPS/security/framework/SecurityPluginInst.h" 00013 00014 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00015 00016 namespace OpenDDS { 00017 namespace Security { 00018 00019 typedef DCPS::RcHandle<SecurityPluginInst> SecurityPluginInst_rch; 00020 00021 } // namespace Security 00022 } // namespace OpenDDS 00023 00024 OPENDDS_END_VERSIONED_NAMESPACE_DECL 00025 00026 #endif