Deleting all rows in MibTable

Alex Finogenov afinogenov____malibunet.com
Wed Mar 20 19:23:51 CET 2002


Kjersti,

This is what I do to cleanup a table after processing a request (among other things related to my implementation):

		MibTable::clear(); // which calls clearAll() on the context.
		delete_rows.clearAll();
		notready_rows.clearAll();

I wonder if this is correct, but it works for me.

Alex

> -----Original Message-----
> From: Kjersti Grønnevik [mailto:kgr____morecom.no]
> Sent: Wednesday, March 20, 2002 7:45 AM
> To: agentpp-dl____agentpp.com
> Subject: Deleting all rows in MibTable
> 
> 
> Hi
> 
> Alex, thanks for great help!
> 
> New question:
> What is the right way to delete all rows in a MibTable?
> I have tried rows()->cleanAll(), but it didn't work so well....
> 
> Best regards, 
>  Kjersti 
>  
>  
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.agentpp.org/pipermail/agentpp/attachments/20020320/23fd56d4/attachment.htm 


More information about the AGENTPP mailing list