~ubuntu-branches/ubuntu/lucid/znc/lucid

« back to all changes in this revision

Viewing changes to IRCSock.h

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2006-10-20 16:23:17 UTC
  • Revision ID: james.westby@ubuntu.com-20061020162317-7ngb6tzp7421et4j
Tags: 0.045-2
Fix FTBFS with gcc 4.2 which removes the deprecated >? operator. 
Closes: #393993

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
        void KeepNick(bool bForce = false);
43
43
        void PutIRC(const CString& sLine);
44
 
        void CIRCSock::ParseISupport(const CString& sLine);
 
44
        void ParseISupport(const CString& sLine);
45
45
 
46
46
        // Setters
47
47
        void SetPass(const CString& s) { m_sPass = s; }