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

Diff for /pegasus/src/Pegasus/CQL/CQLFunction.cpp between version 1.2 and 1.3

version 1.2, 2004/11/21 12:13:07 version 1.3, 2004/12/06 21:25:50
Line 94 
Line 94 
 } }
  
 Boolean CQLFunction::operator==(const CQLFunction& func)const{ Boolean CQLFunction::operator==(const CQLFunction& func)const{
         return (_rep == func._rep);          return (*_rep == *(func._rep));
 } }
 Boolean CQLFunction::operator!=(const CQLFunction& func)const{ Boolean CQLFunction::operator!=(const CQLFunction& func)const{
         return (_rep != func._rep);         return (_rep != func._rep);


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2