| 39 | } |
| 40 | |
| 41 | MibExtLoad::~MibExtLoad() |
| 42 | { |
| 43 | if (m_hInst) |
| 44 | FreeLibrary( m_hInst ); |
| 45 | m_hInst = NULL; |
| 46 | } |
| 47 | |
| 48 | BOOL MibExtLoad::Init(DWORD dwTimeZeroReference,HANDLE *hPollForTrapEvent,AsnObjectIdentifier *supportedView) |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected