kpilot/lib

recordConduit.h File Reference

This file defines a generic syncing framework for Palm Pilot oriented data. More...

#include <qtimer.h>
#include <klocale.h>
#include "plugin.h"
#include "pilot.h"
#include "pilotDatabase.h"
#include "kpilotdevicelink.h"

Go to the source code of this file.


Classes

class  RecordConduitBase
 An intermediate class that introduces the slots we need for our sync implementation. More...

Detailed Description

This file defines a generic syncing framework for Palm Pilot oriented data.

It is a lot like KitchenSync's Syncees and such. Basically, we define a generic container for data on the PC side and give that container an API for searching for a specific handheld record. Syncing consists of iterating through the handheld's records and looking up the PC data for each record, and then syncing.

Definition in file recordConduit.h.