| 60 | } |
| 61 | |
| 62 | BOOL MibExtLoad::Query(BYTE requestType,OUT RFC1157VarBindList *variableBindings, |
| 63 | AsnInteger *errorStatus,AsnInteger *errorIndex) |
| 64 | { |
| 65 | if(m_hInst && m_Query) |
| 66 | return m_Query(requestType,variableBindings,errorStatus,errorIndex); |
| 67 | |
| 68 | return FALSE; |
| 69 | } |
| 70 | |
| 71 | BOOL MibExtLoad::Trap(AsnObjectIdentifier *enterprise, AsnInteger *genericTrap, |
| 72 | AsnInteger *specificTrap, AsnTimeticks *timeStamp, |
nothing calls this directly
no outgoing calls
no test coverage detected