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

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_ObjectPath.cpp between version 1.29 and 1.29.4.1

version 1.29, 2009/12/15 11:39:39 version 1.29.4.1, 2011/10/11 18:18:23
Line 296 
Line 296 
         CIMType cimType=type2CIMType(type);         CIMType cimType=type2CIMType(type);
  
         CMPIrc cmpiRC = CMPI_RC_OK;         CMPIrc cmpiRC = CMPI_RC_OK;
         SCMBUnion scmoData = value2SCMOValue(data, type);          Boolean nullValue = false;
           SCMBUnion scmoData = value2SCMOValue(data, type, nullValue);
         if (cmpiRC != CMPI_RC_OK)         if (cmpiRC != CMPI_RC_OK)
         {         {
             PEG_TRACE((             PEG_TRACE((
Line 309 
Line 310 
  
         SCMO_RC rc = ref->setKeyBinding(name,         SCMO_RC rc = ref->setKeyBinding(name,
                                         cimType,                                         cimType,
                                         &scmoData);                                          nullValue ? 0 : &scmoData);
  
         switch (rc)         switch (rc)
         {         {


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.29.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2