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

Diff for /pegasus/src/Pegasus/Common/CIMPropertyRep.h between version 1.2 and 1.3

version 1.2, 2001/02/19 01:47:16 version 1.3, 2001/02/20 05:16:57
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.3  2001/02/20 05:16:57  mike
   // Implemented CIMInstance::getInstanceName()
   //
 // Revision 1.2  2001/02/19 01:47:16  mike // Revision 1.2  2001/02/19 01:47:16  mike
 // Renamed names of the form CIMConst to ConstCIM. // Renamed names of the form CIMConst to ConstCIM.
 // //
Line 57 
Line 60 
  
 class CIMClassRep; class CIMClassRep;
 class CIMProperty; class CIMProperty;
 class CIMConstProperty;  class ConstCIMProperty;
 class DeclContext; class DeclContext;
  
 class PEGASUS_COMMON_LINKAGE CIMPropertyRep : public Sharable class PEGASUS_COMMON_LINKAGE CIMPropertyRep : public Sharable
Line 144 
Line 147 
         DeclContext* declContext,         DeclContext* declContext,
         const String& nameSpace,         const String& nameSpace,
         Boolean isInstancePart,         Boolean isInstancePart,
         const CIMConstProperty& property);          const ConstCIMProperty& property);
  
     void resolve(     void resolve(
         DeclContext* declContext,         DeclContext* declContext,
Line 157 
Line 160 
  
     Boolean identical(const CIMPropertyRep* x) const;     Boolean identical(const CIMPropertyRep* x) const;
  
       Boolean isKey() const;
   
     CIMPropertyRep* clone() const     CIMPropertyRep* clone() const
     {     {
         return new CIMPropertyRep(*this);         return new CIMPropertyRep(*this);


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2