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 00010 #include "debug.h" 00011 00012 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00013 00014 OpenDDS_Dcps_Export unsigned int OpenDDS::DCPS::DCPS_debug_level = 0; 00015 00016 namespace OpenDDS { 00017 namespace DCPS { 00018 00019 OpenDDS_Dcps_Export void set_DCPS_debug_level(unsigned int lvl) 00020 { 00021 OpenDDS::DCPS::DCPS_debug_level = lvl; 00022 } 00023 00024 } 00025 } 00026 00027 OPENDDS_END_VERSIONED_NAMESPACE_DECL