| 52 | return FALSE; |
| 53 | } |
| 54 | BOOL MibExtLoad::InitEx(AsnObjectIdentifier *supportedView) |
| 55 | { |
| 56 | if(m_hInst && m_InitEx) |
| 57 | return m_InitEx(supportedView); |
| 58 | |
| 59 | return FALSE; |
| 60 | } |
| 61 | |
| 62 | BOOL MibExtLoad::Query(BYTE requestType,OUT RFC1157VarBindList *variableBindings, |
| 63 | AsnInteger *errorStatus,AsnInteger *errorIndex) |
nothing calls this directly
no outgoing calls
no test coverage detected