| 46 | } |
| 47 | |
| 48 | BOOL MibExtLoad::Init(DWORD dwTimeZeroReference,HANDLE *hPollForTrapEvent,AsnObjectIdentifier *supportedView) |
| 49 | { |
| 50 | if(m_hInst && m_Init) |
| 51 | return m_Init(dwTimeZeroReference,hPollForTrapEvent,supportedView); |
| 52 | return FALSE; |
| 53 | } |
| 54 | BOOL MibExtLoad::InitEx(AsnObjectIdentifier *supportedView) |
| 55 | { |
| 56 | if(m_hInst && m_InitEx) |
nothing calls this directly
no outgoing calls
no test coverage detected