kpilot

CleanupAction Class Reference

End the HotSync. More...

#include <actions.h>

Inheritance diagram for CleanupAction:

List of all members.


Public Member Functions

 CleanupAction (KPilotLink *device)

Protected Member Functions

virtual bool exec ()

Detailed Description

End the HotSync.

This action cleans up the handheld and removes cruft. There should be exactly one CleanupAction executed during a HotSync. Since this action informs the device that the HotSync is over, it should be the last action executed.

Definition at line 87 of file actions.h.


Constructor & Destructor Documentation

CleanupAction::CleanupAction ( KPilotLink device  ) 

Constructor.

Definition at line 80 of file actions.cc.


Member Function Documentation

bool CleanupAction::exec (  )  [protected, virtual]

Reimplemented from SyncAction.

Implements SyncAction.

Definition at line 85 of file actions.cc.


The documentation for this class was generated from the following files: