recordConduit.h File Reference
This file defines a generic syncing framework for Palm Pilot oriented data. More...
Classes
- class RecordConduitBase
- An intermediate class that introduces the slots we need for our sync implementation. More...
- 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.