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

Diff for /pegasus/src/Pegasus/Common/CIMPropertyListRep.h between version 1.3 and 1.4

version 1.3, 2008/12/02 09:00:44 version 1.4, 2011/01/25 11:24:24
Line 42 
Line 42 
 class CIMPropertyListRep class CIMPropertyListRep
 { {
 public: public:
       CIMPropertyListRep():isCimNameTagsUpdated(false)
       {
       }
      ~CIMPropertyListRep()
       {
           cimNameTags.clear();
       }
   
     Array<CIMName> propertyNames;     Array<CIMName> propertyNames;
       Array<Uint32> cimNameTags;
     Boolean isNull;     Boolean isNull;
       Boolean isCimNameTagsUpdated;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2