(file) Return to disp.c CVS log (file) (dir) Up to [OMI] / omi / disp

Diff for /omi/disp/disp.c between version 1.4 and 1.5

version 1.4, 2015/04/20 18:19:51 version 1.5, 2015/09/25 20:24:20
Line 1529 
Line 1529 
     return MI_RESULT_OK;     return MI_RESULT_OK;
 } }
  
   MI_Result Disp_Reload(Disp* self)
   {
       if (!self)
           return MI_RESULT_INVALID_PARAMETER;
   
       ProvReg_Destroy(&self->provreg);
       ProvReg_Init2(&self->provreg);
       return MI_RESULT_OK;
   }
   
 MI_Result Disp_Destroy(Disp* self) MI_Result Disp_Destroy(Disp* self)
 { {
     MI_RETURN_ERR(AgentMgr_Destroy(&self->agentmgr));     MI_RETURN_ERR(AgentMgr_Destroy(&self->agentmgr));


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

ViewCVS 0.9.2