(file) Return to CMPI_Instance.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_Instance.cpp between version 1.20 and 1.21

version 1.20, 2005/04/27 22:24:49 version 1.21, 2005/05/06 02:47:16
Line 29 
Line 29 
 // //
 // Author:      Adrian Schuur, schuur@de.ibm.com // Author:      Adrian Schuur, schuur@de.ibm.com
 // //
 // Modified By:  // Modified By: David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 138 
Line 139 
    }    }
  
    static CMPIStatus instSetProperty(const CMPIInstance* eInst, const char *name,    static CMPIStatus instSetProperty(const CMPIInstance* eInst, const char *name,
                            const CMPIValue* data, const CMPIType type) {                             const CMPIValue* data, CMPIType type) {
       CIMInstance *inst=(CIMInstance*)eInst->hdl;       CIMInstance *inst=(CIMInstance*)eInst->hdl;
           if (!inst)  {           if (!inst)  {
             CMReturn(CMPI_RC_ERR_INVALID_PARAMETER);             CMReturn(CMPI_RC_ERR_INVALID_PARAMETER);
Line 306 
Line 307 
  
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2