MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / MibII

Method MibII

sourcecommon/MibAccess.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81MibII::MibII():MibExtLoad("inetmib1.dll")
82{
83 WSADATA wsa;
84 //int err = WSAStartup( 0x0101, &wsa );
85 WSAStartup( 0x0101, &wsa );
86}
87
88MibII::~MibII()
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected