kpilot

CleanUpState Class Reference

State to Cleanup after all sync actions are finished. More...

#include <cleanupstate.h>

Inheritance diagram for CleanUpState:

List of all members.


Public Member Functions

 CleanUpState ()
virtual void finishSync (ConduitAction *)
virtual void handleRecord (ConduitAction *)
virtual void startSync (ConduitAction *)
virtual ~CleanUpState ()

Detailed Description

State to Cleanup after all sync actions are finished.

See also:
vcal-conduitstate.h

Definition at line 38 of file cleanupstate.h.


Constructor & Destructor Documentation

CleanUpState::CleanUpState (  ) 

Definition at line 41 of file cleanupstate.cc.

CleanUpState::~CleanUpState (  )  [virtual]

Definition at line 46 of file cleanupstate.cc.


Member Function Documentation

void CleanUpState::finishSync ( ConduitAction  )  [virtual]

Clean up after all records are synced and enter next state.

Implements ConduitState.

Definition at line 120 of file cleanupstate.cc.

void CleanUpState::handleRecord ( ConduitAction  )  [virtual]

Sync the next record in row.

Implements ConduitState.

Definition at line 115 of file cleanupstate.cc.

void CleanUpState::startSync ( ConduitAction  )  [virtual]

Prepare for a sync in the current state.

Don't forget to set fState to true in this method. Otherwise the state won't handle records.

Implements ConduitState.

Definition at line 50 of file cleanupstate.cc.


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