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

Diff for /pegasus/src/Pegasus/Common/CIMQualifier.h between version 1.29 and 1.30

version 1.29, 2002/07/17 12:07:56 version 1.30, 2002/07/23 17:01:48
Line 25 
Line 25 
 // //
 // Modified By: Karl Schopmeyer (k.schopmeyer@opengroup.org) // Modified By: Karl Schopmeyer (k.schopmeyer@opengroup.org)
 //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
   //              Carol Ann Krug Graves, Hewlett-Packard Company
   //                (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 51 
Line 53 
  
 class CIMConstQualifier; class CIMConstQualifier;
 class CIMClassRep; class CIMClassRep;
   class Resolver;
 #if defined(PEGASUS_PLATFORM_AIX_RS_IBMCXX) || defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) #if defined(PEGASUS_PLATFORM_AIX_RS_IBMCXX) || defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
 class CIMQualifierRep; class CIMQualifierRep;
 #endif #endif
Line 167 
Line 170 
     */     */
     Boolean isFlavor(Uint32 flavor) const;     Boolean isFlavor(Uint32 flavor) const;
  
     /** resolveFlavor - Function used only in object creation to  
         resolve the combination of a qualifer flavor input and  
         the corresponding inherited flavor from declaration or  
         superclass and set the current qualifier to that  
         definition.  The functions changes the current flavor based  
         on the characteristics of the inheritance.  
         @param inheritedFlavor - The flavor inherited from higher level  
         @param inherited - True if inherited from definition. False if this  
         is definition that inherits from the declaration  
     */  
     void resolveFlavor(Uint32 inheritedFlavor, Boolean inherited);  
   
     /** getPropagated returns the propagated indicator     /** getPropagated returns the propagated indicator
         @return Uint32 - TBD         @return Uint32 - TBD
     */     */
Line 215 
Line 206 
  
     friend class CIMConstQualifier;     friend class CIMConstQualifier;
     friend class CIMClassRep;     friend class CIMClassRep;
       friend class Resolver;
     friend class XmlWriter;     friend class XmlWriter;
     friend class MofWriter;     friend class MofWriter;
 }; };


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2