~vanhoof/+junk/znc

« back to all changes in this revision

Viewing changes to Csocket.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-09-25 08:07:42 UTC
  • mfrom: (1.3.1 upstream) (10.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925080742-vvh22yi4969453r7
Tags: 0.076-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
29
*
30
30
*
31
 
* $Revision: 1.209 $
 
31
* $Revision: 1.211 $
32
32
*/
33
33
 
34
34
// note to compile with win32 need to link to winsock2, using gcc its -lws2_32
592
592
        void SetSock( int iSock );
593
593
        int & GetSock();
594
594
 
595
 
        //! resets the time counter
596
 
        void ResetTimer();
 
595
        //! resets the time counter, this is virtual in the event you need an event on the timer being Reset
 
596
        virtual void ResetTimer();
597
597
 
598
598
        //! will pause/unpause reading on this socket
599
599
        void PauseRead();
990
990
        CS_STRING                       m_sSSLBuffer;
991
991
        SSL                             *m_ssl;
992
992
        SSL_CTX                         *m_ssl_ctx;
993
 
        SSL_METHOD                      *m_ssl_method;
994
993
        unsigned int            m_iRequireClientCertFlags;
995
994
 
996
995
        FPCertVerifyCB          m_pCerVerifyCB;