[AGENT++] simple question

Dario maljur dmaljur at elma.hr
Thu Nov 2 09:08:27 CET 2006


I got this code here

statusInfo = 0;

v3mp = new v3MP(engineID, engineBoots, statusInfo);

rootMib = new Mib();

requestList = new RequestList();

 

requestList->set_v3mp(this->v3mp);

rootMib->set_request_list(requestList);

rootMib->init();

             

              // allocating vacm

vacm = new Vacm(*rootMib);

requestList->set_vacm(vacm);

 

 

Is it legal, to add users, contexts, views, groups. after this is done?




More information about the AGENTPP mailing list