~ubuntu-branches/ubuntu/saucy/apt-cacher-ng/saucy

« back to all changes in this revision

Viewing changes to include/fileitem.h

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2011-08-07 17:53:21 UTC
  • mfrom: (24.2.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110807175321-k80jrotzovldgu3c
* New upstream version
  + fixes various regressions
* removed dependency on libfuse2 (now used via dlopen, moved to Suggests)
* support new build-* targets in rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        // downloader instruments
42
42
        
43
43
        virtual bool DownloadStartedStoreHeader(const header & h, const char *pNextData);
44
 
        void AddDownloaderRef();
45
 
        void DelDownloaderRef(const mstring & sReasonStatusLine);
 
44
        void IncDlRefCount();
 
45
        void DecDlRefCount(const mstring & sReasonStatusLine);
46
46
        //virtual void SetFailureMode(const mstring & message, FiStatus fist=FIST_ERROR,
47
47
        //      bool bOnlyIfNoDlRunnuning=false);
48
48