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

Diff for /pegasus/src/Pegasus/CQL/CQLTerm.cpp between version 1.1.2.13 and 1.1.2.14

version 1.1.2.13, 2004/11/12 16:46:11 version 1.1.2.14, 2004/11/17 16:19:54
Line 118 
Line 118 
   return *this;   return *this;
 } }
  
   Boolean CQLTerm::operator==(const CQLTerm& rhs)const
   {
     return (_rep == rhs._rep);
   }
   Boolean CQLTerm::operator!=(const CQLTerm& rhs)const
   {
     return (!operator==(rhs));
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.1.2.13  
changed lines
  Added in v.1.1.2.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2