(file) Return to LanguageElement.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common / Attic

Diff for /pegasus/src/Pegasus/Common/Attic/LanguageElement.h between version 1.3.2.4 and 1.4

version 1.3.2.4, 2003/08/14 11:55:42 version 1.4, 2003/07/18 13:33:19
Line 142 
Line 142 
         /**         /**
          * Equality based on case INSENSITIVE comparison of the language tags          * Equality based on case INSENSITIVE comparison of the language tags
          */          */
         Boolean operator==(const LanguageElement rhs)const;          Boolean operator==(LanguageElement rhs);
  
         /**         /**
          * Inequality based on case INSENSITIVE comparison of the language tags          * Inequality based on case INSENSITIVE comparison of the language tags
          */          */
         Boolean operator!=(const LanguageElement rhs)const;          Boolean operator!=(LanguageElement rhs);
  
         /**         /**
          * Writes the String representation of this object to the stream          * Writes the String representation of this object to the stream
          */          */
         PEGASUS_COMMON_LINKAGE friend PEGASUS_STD(ostream)& operator <<(PEGASUS_STD(ostream) &stream, LanguageElement le);          friend PEGASUS_STD(ostream)& operator <<(PEGASUS_STD(ostream) &stream, LanguageElement le);
  
         /**         /**
          * AcceptLanguages needs direct access to quality, but ContentLanguages does not.          * AcceptLanguages needs direct access to quality, but ContentLanguages does not.


Legend:
Removed from v.1.3.2.4  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2