~ubuntu-branches/ubuntu/natty/knemo/natty

« back to all changes in this revision

Viewing changes to src/knemod/syncstats/statsfactory.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-02-22 16:36:22 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222163622-d8i62gy1stn7tydv
Tags: 0.7.0-0ubuntu1
* New upstream release.
* Switch to source format 3.0 (quilt).
* Make knemo depend on libqt4-sql-sqlite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
class StatsFactory
26
26
{
27
27
    public:
28
 
       static ExternalStats * stats( Interface * i );
 
28
       static ExternalStats * stats( Interface * i, KCalendarSystem * calendar );
29
29
};
30
30
 
31
31
#endif