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

« back to all changes in this revision

Viewing changes to src/peer/chunkcounter.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:
76
76
                 * Reset all values to 0
77
77
                 */
78
78
                void reset();
 
79
                
 
80
                /// Get the number of chunks there are
 
81
                Uint32 getNumChunks() const {return cnt.size();}
79
82
        };
80
83
 
81
84
}