~ubuntu-branches/ubuntu/trusty/libktorrent/trusty-proposed

« back to all changes in this revision

Viewing changes to src/peer/authenticationmonitor.h

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2011-05-26 00:33:38 UTC
  • mfrom: (5.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110526003338-2r4zwyzn8bovsxay
Tags: 1.1.1-2
Release to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                 */
70
70
                void clear();
71
71
                
 
72
                /**
 
73
                 * Shutdown the authentication manager
 
74
                 */
 
75
                void shutdown();
 
76
                
72
77
                static AuthenticationMonitor & instance() {return self;}
73
78
        private:
74
79
                void handleData();