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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierRep.h between version 1.35 and 1.36

version 1.35, 2007/10/23 17:42:56 version 1.36, 2007/11/11 19:48:34
Line 36 
Line 36 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/Constants.h>
 #include <Pegasus/Common/CIMName.h> #include <Pegasus/Common/CIMName.h>
 #include <Pegasus/Common/CIMValue.h> #include <Pegasus/Common/CIMValue.h>
 #include <Pegasus/Common/Sharable.h> #include <Pegasus/Common/Sharable.h>
Line 44 
Line 45 
 #include <Pegasus/Common/InternalException.h> #include <Pegasus/Common/InternalException.h>
 #include <Pegasus/Common/CIMFlavor.h> #include <Pegasus/Common/CIMFlavor.h>
 #include <Pegasus/Common/Buffer.h> #include <Pegasus/Common/Buffer.h>
   #include <Pegasus/Common/OrderedSet.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 67 
Line 69 
         return _name;         return _name;
     }     }
  
       const Uint32 getNameTag() const
       {
           return _nameTag;
       }
   
       void increaseOwnerCount()
       {
           _ownerCount++;
           return;
       }
   
       void decreaseOwnerCount()
       {
           _ownerCount++;
           return;
       }
   
     void setName(const CIMName& name);     void setName(const CIMName& name);
  
     CIMType getType() const     CIMType getType() const
Line 137 
Line 156 
     CIMValue _value;     CIMValue _value;
     CIMFlavor _flavor;     CIMFlavor _flavor;
     Boolean _propagated;     Boolean _propagated;
       Uint32 _nameTag;
       Uint32 _ownerCount;
   
       friend class CIMQualifierList;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2