/[libvob]/libvob/src/stats/Stats.cxx
ViewVC logotype

Diff of /libvob/src/stats/Stats.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Mon Jun 16 16:16:30 2003 UTC revision 1.2 by tjl, Wed Jun 18 09:44:38 2003 UTC
# Line 90  namespace Stats { Line 90  namespace Stats {
90          {          {
91      }      }
92      Collector::~Collector() {      Collector::~Collector() {
93          stats->toBeDeleted(this);          if(stats)
94                stats->toBeDeleted(this);
95      }      }
96    
97      void Collector::gotStatistics() {      void Collector::gotStatistics() {
98          stats->triggered(this);          if(stats)
99                stats->triggered(this);
100      }      }
101    
102  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26