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

Diff for /pegasus/src/Pegasus/Common/CIMClass.h between version 1.50 and 1.51

version 1.50, 2002/07/19 23:40:13 version 1.51, 2002/07/23 17:01:48
Line 40 
Line 40 
  
 class CIMConstClass; class CIMConstClass;
 class CIMClassRep; class CIMClassRep;
 class DeclContext;  class Resolver;
  
 // REVIEW: redocument. // REVIEW: redocument.
  
Line 310 
Line 310 
     Boolean identical(const CIMConstClass& x) const;     Boolean identical(const CIMConstClass& x) const;
  
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
     // ATTN: explain why this here  
     /** Resolve -  Resolve the class: inherit any properties and  
         qualifiers. Make sure the superClass really exists and is consistent  
         with this class. Also set the propagated flag class-origin for each  
         class feature.  
     */  
     void resolve(  
         DeclContext* declContext,  
         const String& nameSpace);  
   
     // isNull - ATTN:     // isNull - ATTN:
     Boolean isNull() const;     Boolean isNull() const;
 #endif #endif
Line 335 
Line 325 
     friend class CIMConstClass;     friend class CIMConstClass;
     friend class CIMObject;     friend class CIMObject;
     friend class CIMConstObject;     friend class CIMConstObject;
       friend class Resolver;
     friend class XmlWriter;     friend class XmlWriter;
     friend class MofWriter;     friend class MofWriter;
 }; };


Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2