00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/ 00009 #include "SecurityPluginInst.h" 00010 00011 namespace OpenDDS { 00012 namespace Security { 00013 00014 00015 SecurityPluginInst::SecurityPluginInst() 00016 { 00017 } 00018 00019 SecurityPluginInst::~SecurityPluginInst() 00020 { 00021 } 00022 00023 } 00024 }