Several contexts

Samuel Lokshin slokshin____avtec.com
Mon Jul 21 20:10:57 CEST 2003


Frank,

Could you please help me?
I have 2 contexts: "test1" and "test2", that I am mapping to community names.
How could I add these context to my mib?

If I am adding them to my mib using these 2 lines:
	mib->add("test1", new my_mib()); //line 1
      mib->add("test2", my_mib::instance); //line 2
where my_mib::instance is a pointer to my_mib (I have to add instance to my_mib class),
I have exception during delete mib.

Thank you.
Samuel.




More information about the AGENTPP mailing list