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

Diff for /pegasus/src/Pegasus/Common/CIMFlavor.h between version 1.10 and 1.11

version 1.10, 2002/03/07 00:44:14 version 1.11, 2002/03/28 02:57:54
Line 22 
Line 22 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By:  Karl Schopmeyer(k.schopmeyer@opengroup.org)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 46 
Line 46 
     /** Indicates that the qualifier may be overriden.     /** Indicates that the qualifier may be overriden.
     */     */
     static const Uint32 OVERRIDABLE;     static const Uint32 OVERRIDABLE;
       static const Uint32 ENABLEOVERRIDE;
   
       static const Uint32 DISABLEOVERRIDE;
  
     /** Indicates that the qualifier is propagated to the qualifier in the     /** Indicates that the qualifier is propagated to the qualifier in the
         subclass with the same name.         subclass with the same name.
     */     */
     static const Uint32 TOSUBCLASS;     static const Uint32 TOSUBCLASS;
  
           /* Indicates that the qualifier may not be propagated to the qualifier in
              a subclass
           */
           static const Uint32 RESTRICTED;
   
     /** Indicates that the qualifier is propagated to the qualifier in the     /** Indicates that the qualifier is propagated to the qualifier in the
         instance with the same name.         instance with the same name.
     */     */
   
     static const Uint32 TOINSTANCE;     static const Uint32 TOINSTANCE;
  
     /** Indicates whether qualifier is translatable (for internationalization).     /** Indicates whether qualifier is translatable (for internationalization).
Line 68 
Line 77 
     /** Set both toInstance and toinstance according to the CIM DTD (OVERRIDABLE | TOSUBCLASS).     /** Set both toInstance and toinstance according to the CIM DTD (OVERRIDABLE | TOSUBCLASS).
     */     */
     static const Uint32 TOSUBELEMENTS;     static const Uint32 TOSUBELEMENTS;
   
       /** Includes all elements of Flavor..
       */
       static const Uint32 ALL;
   
 }; };
  
 /** FlavorToMof - Converts the flavor attributes of a qualifier to CIM MOF /** FlavorToMof - Converts the flavor attributes of a qualifier to CIM MOF


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2