~ubuntu-branches/ubuntu/quantal/apt-cacher-ng/quantal-backports

« back to all changes in this revision

Viewing changes to include/aclogger.h

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2010-07-28 01:17:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100728011733-kocsb0jjhzu76ees
Tags: 0.5.1-1
* New upstream version
  + header inclusion cleanup (closes: #590291)
  + kfreebsd related fixes
  + long outstanding user interface fixes and various regression fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
         // tRowData & operator=(const tRowData &a);
54
54
      };
55
55
 
56
 
      void GetStats(MYSTD::vector<tRowData> & out);
 
56
      MYSTD::string GetStatReport();
57
57
      
58
58
      struct errnoFmter {
59
59
          errnoFmter();