(file) Return to BinaryStreamer.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common / Attic

Diff for /pegasus/src/Pegasus/Common/Attic/BinaryStreamer.cpp between version 1.37 and 1.38

version 1.37, 2008/06/10 17:59:15 version 1.38, 2008/08/12 19:36:13
Line 778 
Line 778 
     if (cimProperty.getType() == CIMTYPE_STRING)     if (cimProperty.getType() == CIMTYPE_STRING)
     {     {
         CIMType realType = CIMTYPE_STRING;         CIMType realType = CIMTYPE_STRING;
         if (cimProperty.findQualifier("EmbeddedInstance") != PEG_NOT_FOUND)          if (cimProperty.findQualifier(PEGASUS_QUALIFIERNAME_EMBEDDEDINSTANCE)
               != PEG_NOT_FOUND)
         {         {
             // Note that this condition should only happen for properties in             // Note that this condition should only happen for properties in
             // class definitions, and only NULL values are recognized. We             // class definitions, and only NULL values are recognized. We
Line 787 
Line 788 
             PEGASUS_ASSERT(value.isNull());             PEGASUS_ASSERT(value.isNull());
             realType = CIMTYPE_INSTANCE;             realType = CIMTYPE_INSTANCE;
         }         }
         else if (cimProperty.findQualifier("EmbeddedObject") != PEG_NOT_FOUND)          else if (cimProperty.findQualifier(PEGASUS_QUALIFIERNAME_EMBEDDEDOBJECT)
                    != PEG_NOT_FOUND)
         {         {
             // Note that this condition should only happen for properties in             // Note that this condition should only happen for properties in
             // class definitions, and only NULL values are recognized. We             // class definitions, and only NULL values are recognized. We


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2