| 69 | } |
| 70 | |
| 71 | BOOL MibExtLoad::Trap(AsnObjectIdentifier *enterprise, AsnInteger *genericTrap, |
| 72 | AsnInteger *specificTrap, AsnTimeticks *timeStamp, |
| 73 | RFC1157VarBindList *variableBindings) |
| 74 | { |
| 75 | if(m_hInst && m_Trap) |
| 76 | return m_Trap(enterprise, genericTrap,specificTrap, timeStamp, variableBindings); |
| 77 | |
| 78 | return FALSE; |
| 79 | } |
| 80 | |
| 81 | MibII::MibII():MibExtLoad("inetmib1.dll") |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected