(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.22 and 1.23

version 1.22, 2002/05/15 10:34:30 version 1.23, 2002/05/15 12:28:21
Line 190 
Line 190 
     Boolean isNull() const;     Boolean isNull() const;
 #endif #endif
  
     /** toMof- Converts the CIMQualifier object to MOF.  
         @param out The Array where the MOF output is stored.  
         Note that the result does not have a zero terminator.  
     */  
     void toMof(Array<Sint8>& out) const;  
   
     /** printMOF - Converts the CIMQualifier object to XML and  
         sends it the stream defined.  
         @param o Output stream for the MOF. The default is cout.  
     */  
     void printMof(PEGASUS_STD(ostream)& o=PEGASUS_STD(cout)) const;  
   
     /** identical - compares two CIMQualifier objects.     /** identical - compares two CIMQualifier objects.
         @return - True if the objects are identical.         @return - True if the objects are identical.
     */     */
Line 224 
Line 212 
     friend class CIMConstQualifier;     friend class CIMConstQualifier;
     friend class CIMClassRep;     friend class CIMClassRep;
     friend class XmlWriter;     friend class XmlWriter;
       friend class MofWriter;
 }; };
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
Line 292 
Line 281 
  
     friend class CIMQualifier;     friend class CIMQualifier;
     friend class XmlWriter;     friend class XmlWriter;
       friend class MofWriter;
 }; };
  
 PEGASUS_MEMORY_FUNCTIONS(CIMQualifier) PEGASUS_MEMORY_FUNCTIONS(CIMQualifier)


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2