~ubuntu-branches/ubuntu/oneiric/libktorrent/oneiric

« back to all changes in this revision

Viewing changes to src/datachecker/datachecker.cpp

  • 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:
21
21
 
22
22
namespace bt {
23
23
        
24
 
        DataChecker::DataChecker() : listener(0)
 
24
        DataChecker::DataChecker() : need_to_stop(false)
25
25
        {
26
26
                failed = found = downloaded = not_downloaded = 0;
27
27
        }