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

Diff for /pegasus/src/Pegasus/Common/CIMBuffer.cpp between version 1.11 and 1.12

version 1.11, 2011/03/29 05:15:47 version 1.12, 2011/11/16 12:17:02
Line 1621 
Line 1621 
         new(&x) CIMPropertyList(names);         new(&x) CIMPropertyList(names);
  
         Uint32 tagCount;         Uint32 tagCount;
         getUint32(tagCount);          if (!getUint32(tagCount))
           {
               return false;
           }
  
         for(Uint32 j=0;j<tagCount;j++)         for(Uint32 j=0;j<tagCount;j++)
         {         {
             Uint32 tag;             Uint32 tag;
             getUint32(tag);              if (!getUint32(tag))
               {
                   return false;
               }
             x.appendCIMNameTag(tag);             x.appendCIMNameTag(tag);
         }         }
  


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2