|
|
@ -42,7 +42,7 @@
|
|
|
|
* It is added automatically to a ActionQueue by queueInit() in order
|
|
|
|
* It is added automatically to a ActionQueue by queueInit() in order
|
|
|
|
* to inform the user of the sync.
|
|
|
|
* to inform the user of the sync.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_EXPORT class WelcomeAction : public SyncAction
|
|
|
|
class KDE_EXPORT WelcomeAction : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
/** Constructor. */
|
|
|
|
/** Constructor. */
|
|
|
@ -58,7 +58,7 @@ protected:
|
|
|
|
* in cases when the hotsync starts while KPilot is busy configuring
|
|
|
|
* in cases when the hotsync starts while KPilot is busy configuring
|
|
|
|
* something and can't be interrupted.
|
|
|
|
* something and can't be interrupted.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_EXPORT class SorryAction : public SyncAction
|
|
|
|
class KDE_EXPORT SorryAction : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -84,7 +84,7 @@ protected:
|
|
|
|
* device that the HotSync is over, it should be the last
|
|
|
|
* device that the HotSync is over, it should be the last
|
|
|
|
* action executed.
|
|
|
|
* action executed.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_EXPORT class CleanupAction : public SyncAction
|
|
|
|
class KDE_EXPORT CleanupAction : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
/** Constructor. */
|
|
|
|
/** Constructor. */
|
|
|
@ -100,7 +100,7 @@ protected:
|
|
|
|
* and not do anything spectacular. It lists all the databases
|
|
|
|
* and not do anything spectacular. It lists all the databases
|
|
|
|
* on the handheld in the sync log.
|
|
|
|
* on the handheld in the sync log.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_EXPORT class TestLink : public SyncAction
|
|
|
|
class KDE_EXPORT TestLink : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
/** Constructor. */
|
|
|
|
/** Constructor. */
|
|
|
|