Leaked source code of windows server 2003
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

  1. //***************************************************************************
  2. //
  3. // File:
  4. //
  5. // Module: MS SNMP Provider
  6. //
  7. // Purpose:
  8. //
  9. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  10. //
  11. //***************************************************************************
  12. #include "precomp.h"
  13. #include <provexpt.h>
  14. #include <snmpstd.h>
  15. #include <snmptempl.h>
  16. #include <snmpmt.h>
  17. #include <string.h>
  18. #include <snmpmt.h>
  19. #include <snmptempl.h>
  20. #include <snmpcont.h>
  21. #include <snmplog.h>
  22. #include <snmpevt.h>
  23. #include <snmpthrd.h>
  24. ProvDebugLog* SnmpDebugLog::s_SnmpDebugLog = ProvDebugLog::GetProvDebugLog(LOG_SNMPPROV); ;