~ubuntu-branches/ubuntu/wily/clucene-core/wily-proposed

« back to all changes in this revision

Viewing changes to src/CLucene/search/CachingWrapperFilter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-02-21 08:43:54 UTC
  • mfrom: (3.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221084354-bzl2ied6qgvwwfr8
Tags: 0.9.20-3
* Lower compat/debhelper to 5.
* Re-enable static library build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
}
32
32
 
33
33
 
34
 
BitSet*AbstractCachingFilter::bits(IndexReader* reader){
 
34
BitSet* AbstractCachingFilter::bits(IndexReader* reader){
35
35
        SCOPED_LOCK_MUTEX(cache.THIS_LOCK)
36
36
        BitSetHolder* cached = cache.get(reader);
37
37
        if ( cached != NULL )