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

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp between version 1.27.4.1 and 1.27.4.2

version 1.27.4.1, 2009/10/06 10:07:54 version 1.27.4.2, 2009/10/15 06:47:13
Line 164 
Line 164 
             if (ie->cursor<ie->max)             if (ie->cursor<ie->max)
             {             {
                 data.value.inst = reinterpret_cast<CMPIInstance*>                 data.value.inst = reinterpret_cast<CMPIInstance*>
                     (new CMPI_Object(new SCMOInstance((*ia)[ie->cursor++])));                      (new CMPI_Object(
                           new SCMOInstance((*ia)[ie->cursor++]),
                           true));
                 CMSetStatus(rc, CMPI_RC_OK);                 CMSetStatus(rc, CMPI_RC_OK);
             }             }
             else             else
Line 180 
Line 182 
             if (ie->cursor<ie->max)             if (ie->cursor<ie->max)
             {             {
                 data.value.inst = reinterpret_cast<CMPIInstance*>                 data.value.inst = reinterpret_cast<CMPIInstance*>
                     (new CMPI_Object(new SCMOInstance((*ia)[ie->cursor++])));                      (new CMPI_Object(
                           new SCMOInstance((*ia)[ie->cursor++]),
                           true));
                 CMSetStatus(rc, CMPI_RC_OK);                 CMSetStatus(rc, CMPI_RC_OK);
             }             }
             else             else
Line 196 
Line 200 
             if (oe->cursor<oe->max)             if (oe->cursor<oe->max)
             {             {
                 data.value.ref = reinterpret_cast<CMPIObjectPath*>                 data.value.ref = reinterpret_cast<CMPIObjectPath*>
                     (new CMPI_Object(new SCMOInstance((*opa)[oe->cursor++])));                      (new CMPI_Object(
                           new SCMOInstance((*opa)[oe->cursor++])));
                 CMSetStatus(rc, CMPI_RC_OK);                 CMSetStatus(rc, CMPI_RC_OK);
             }             }
             else             else


Legend:
Removed from v.1.27.4.1  
changed lines
  Added in v.1.27.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2