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

Diff for /pegasus/src/Pegasus/Common/CIMScope.cpp between version 1.15 and 1.16

version 1.15, 2002/08/14 22:32:23 version 1.16, 2002/08/14 22:44:39
Line 77 
Line 77 
  
 Boolean CIMScope::hasScope (const CIMScope & scope) const Boolean CIMScope::hasScope (const CIMScope & scope) const
 { {
     if ((this->cimScope & scope.cimScope) == scope.cimScope)      return ((this->cimScope & scope.cimScope) == scope.cimScope);
     {  
         return true;  
     }  
     else  
     {  
         return false;  
     }  
 } }
  
 Boolean CIMScope::equal (const CIMScope & scope) const Boolean CIMScope::equal (const CIMScope & scope) const
 { {
     if (this->cimScope == scope.cimScope)      return (this->cimScope == scope.cimScope);
     {  
         return true;  
     }  
     else  
     {  
         return false;  
     }  
 } }
  
 CIMScope CIMScope::operator+ (const CIMScope & scope) const CIMScope CIMScope::operator+ (const CIMScope & scope) const


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2