~vanhoof/+junk/znc

« back to all changes in this revision

Viewing changes to Listener.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-02-06 17:41:38 UTC
  • mfrom: (21.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206174138-ush4l5mkr4wg738n
Tags: 0.096-2
* Merge 0.092-3~bpo50+1 changelog.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        CIncomingConnection(const CString& sHostname, unsigned short uPort, CListener::EAcceptType eAcceptType);
79
79
        virtual ~CIncomingConnection() {}
80
80
        virtual void ReadLine(const CString& sData);
 
81
        virtual void ReachedMaxBuffer();
81
82
 
82
83
private:
83
84
        CListener::EAcceptType m_eAcceptType;