22 #ifndef PLUGINSERVICEOBJ_H
23 #define PLUGINSERVICEOBJ_H
28 #include <SyncProfile.h>
29 #include <PluginCbImpl.h>
30 #include <SyncCommonDefs.h>
34 using namespace Buteo;
40 PluginServiceObj( QString aProfile, QString aPluginName, QObject *parent = 0 );
45 void abortSync(uchar aStatus);
47 void connectivityStateChanged(
int aType,
bool aState);
48 QString getSyncResults();
60 void accquiredStorage(
const QString &aMimeType);
61 void error(
const QString &aProfileName,
const QString &aMessage,
int aErrorCode);
62 void newSession(
const QString &aDestination);
63 void success(
const QString &aProfileName,
const QString &aMessage);
64 void syncProgressDetail(
const QString &aProfileName,
int aProgressDetail);
65 void transferProgress(
const QString &aProfileName, Sync::TransferDatabase aDatabase, Sync::TransferType aType,
const QString &aMimeType,
int aCommittedItems);
74 #endif // PLUGINSERVICEOBJ_H
Definition: PluginServiceObj.h:36
Definition: AccountsHelper.h:31
Definition: PluginCbImpl.h:32