(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.38 and 1.39

version 1.38, 2002/02/13 19:11:32 version 1.39, 2002/02/20 23:59:02
Line 271 
Line 271 
         Array<CIMParamValue> inParams;         Array<CIMParamValue> inParams;
         Array<CIMParamValue> outParams;         Array<CIMParamValue> outParams;
  
         if (forceOption)  
         {  
             inParams.append(CIMParamValue(             inParams.append(CIMParamValue(
                 CIMParameter("force", CIMType::STRING),              CIMParameter("force", CIMType::BOOLEAN),
                 CIMValue("TRUE")));              CIMValue(Boolean(forceOption))));
         }  
         else  
         {  
             inParams.append(CIMParamValue(  
                 CIMParameter("force", CIMType::STRING),  
                 CIMValue("FALSE")));  
         }  
  
         inParams.append(CIMParamValue(         inParams.append(CIMParamValue(
             CIMParameter("timeout", CIMType::UINT32),             CIMParameter("timeout", CIMType::UINT32),
             CIMValue(timeoutValue)));              CIMValue(Uint32(timeoutValue))));
  
         CIMValue retValue = client.invokeMethod(         CIMValue retValue = client.invokeMethod(
             NAMESPACE,             NAMESPACE,


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2