~ubuntu-branches/ubuntu/lucid/kdepim-runtime/lucid-proposed

« back to all changes in this revision

Viewing changes to agents/maildispatcher/sendjob.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-01-06 18:57:08 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20100106185708-ioru05y5juv20vzg
Tags: upstream-4.3.90
ImportĀ upstreamĀ versionĀ 4.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    Q_PRIVATE_SLOT( d, void transportPercent( KJob*, unsigned long ) )
68
68
    Q_PRIVATE_SLOT( d, void transportResult( KJob *job ) )
69
69
    Q_PRIVATE_SLOT( d, void resourceProgress( const Akonadi::AgentInstance &instance ) )
70
 
    Q_PRIVATE_SLOT( d, void resourceResult( qlonglong itemId, bool success, const QString &message ) )
 
70
    Q_PRIVATE_SLOT( d, void resourceResult( qlonglong itemId, int result, const QString &message ) )
71
71
    Q_PRIVATE_SLOT( d, void postJobResult( KJob *job ) )
72
72
    Q_PRIVATE_SLOT( d, void doEmitResult( KJob *job ) )
73
73