kpilot/lib
recordConduit.h File Reference
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.
#include <qtimer.h>
#include <klocale.h>
#include "plugin.h"
#include "pilotAppCategory.h"
#include "pilotDatabase.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... | |
class | RecordConduit< PCEntry, PCContainer, HHEntry, HHAppInfo, Syncer > |