Problems using access entries

Frank Fock frank.fock____marconicomms.com
Sat May 20 13:54:02 CEST 2000


helge.fredriksen____4tel.no wrote:
> void msgLogLocalDirectory::get_request(Request* req, int ind)
> {
>        if( ccRequest::getString(oid.get_printable(), this) == 0 )
>                  MibLeaf::get_request(req, ind);
>        else
>                 Mib::instance->error(req->get_transaction_id(), ind,
> SNMP_ERROR_RESOURCE_UNAVAIL);
> }
> 
> The last statement do not work anymore. Any suggestions for a good
> replacement?
> 
Yes, the just replace "instance" by "requestList":

	Mib::requestList->error(req->get_transaction_id(), ind,
                                SNMP_ERROR_RESOURCE_UNAVAIL);

Best regards,
Frank

-- 
Frank Fock                     Marconi Communications Software Systems
<frank.fock at marconicomms.com>  Blumenstrasse 22-24, 
Phone: +49 7191 13-4851        71522 Backnang,            
Fax:   +49 7191 13-2502        Germany



More information about the AGENTPP mailing list