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

Diff for /pegasus/src/Pegasus/Common/CIMQualifier.cpp between version 1.12 and 1.15

version 1.12, 2002/05/14 03:27:26 version 1.15, 2002/06/01 00:56:27
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 163 
Line 164 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMQualifier::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMQualifier::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 void CIMQualifier::toMof(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toMof(out);  
 }  
   
 void CIMQualifier::printMof(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->printMof(o);  
 }  
   
 Boolean CIMQualifier::identical(const CIMConstQualifier& x) const Boolean CIMQualifier::identical(const CIMConstQualifier& x) const
 { {
     x._checkRep();     x._checkRep();
Line 324 
Line 301 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMConstQualifier::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMConstQualifier::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 Boolean CIMConstQualifier::identical(const CIMConstQualifier& x) const Boolean CIMConstQualifier::identical(const CIMConstQualifier& x) const
 { {
     x._checkRep();     x._checkRep();


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2