You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
693 B
36 lines
693 B
//***************************************************************************
|
|
|
|
//
|
|
|
|
// File:
|
|
|
|
//
|
|
|
|
// Module: MS SNMP Provider
|
|
|
|
//
|
|
|
|
// Purpose:
|
|
|
|
//
|
|
|
|
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
//***************************************************************************
|
|
|
|
#include "precomp.h"
|
|
#include <provexpt.h>
|
|
#include <snmpstd.h>
|
|
#include <snmptempl.h>
|
|
#include <snmpmt.h>
|
|
#include <string.h>
|
|
#include <snmpmt.h>
|
|
#include <snmptempl.h>
|
|
#include <snmpcont.h>
|
|
#include <snmplog.h>
|
|
#include <snmpevt.h>
|
|
#include <snmpthrd.h>
|
|
|
|
|
|
ProvDebugLog* SnmpDebugLog::s_SnmpDebugLog = ProvDebugLog::GetProvDebugLog(LOG_SNMPPROV); ;
|
|
|