(file) Return to cimserver.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Server

Diff for /pegasus/src/Server/cimserver.cpp between version 1.39 and 1.40

version 1.39, 2002/02/20 23:59:02 version 1.40, 2002/02/23 03:47:24
Line 271 
Line 271 
         Array<CIMParamValue> inParams;         Array<CIMParamValue> inParams;
         Array<CIMParamValue> outParams;         Array<CIMParamValue> outParams;
  
         inParams.append(CIMParamValue(          inParams.append(CIMParamValue("force",
             CIMParameter("force", CIMType::BOOLEAN),  
             CIMValue(Boolean(forceOption))));             CIMValue(Boolean(forceOption))));
  
         inParams.append(CIMParamValue(          inParams.append(CIMParamValue("timeout",
             CIMParameter("timeout", CIMType::UINT32),  
             CIMValue(Uint32(timeoutValue))));             CIMValue(Uint32(timeoutValue))));
  
         CIMValue retValue = client.invokeMethod(         CIMValue retValue = client.invokeMethod(


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2