~ubuntu-branches/ubuntu/utopic/spew/utopic

« back to all changes in this revision

Viewing changes to src/SpewConsole.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Taggart
  • Date: 2005-02-02 01:42:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050202014202-mkxgmw1k13b3p5mv
Tags: 1.0.4-1
* New upstream release
* Upstream fixed file conflict with snarf, Closes: #279679, #292316
* Drop libstdc++ build-dep. I should know better, I've filed bugs on
   other packages for the same thing :(,  Closes: #280257
* Add AUTHORS file to debian/docs
* Upstream fixed various DESTDIR problems, removed from diff
* Fix lintian description warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                                     const TimeHack& jobTransferTime,
64
64
                                     capacity_t totalBytesRead,
65
65
                                     const TimeHack& totalReadTransferTime,
 
66
                                     capacity_t totalReadOps,
66
67
                                     capacity_t totalBytesWritten,
67
68
                                     const TimeHack& totalWriteTransferTime,
 
69
                                     capacity_t totalWriteOps,
68
70
                                     const TimeHack& totalRunTime);
69
71
   virtual void startRun() {};
70
72
   virtual void endRun() {};