_REG_TZI_FORMAT | |
AbstractSyncConfig | This class provides access to all attributes of the client and its sources which the sync engine needs to read and (in a few cases) also write |
AbstractSyncSourceConfig | This class is the API expected by SyncClient/SyncManager for each sync source |
ArrayListEnumeration | An implementation of the ArrayEnumaration based on the ArrayList class |
Base64Test | This is the test class for the SyncML Parser |
BlockingSQLiteKeyValueStore | |
CAccountSettings | Account Settings panel |
CAnimatedIcon | Spinning (animated) icons |
CCalendarSettings | Calendar options window |
CConfigFrame | Configuration frame |
CContactSettings | Contacts options window |
CCustomLabel | Labels |
CCustomPane | Panes (active source buttons) on main window |
CFullSync | Recover sync window |
CheckSyncReport | This class encapsulates logging and checking of a SyncReport |
CLeftView | Configuration menu on the left |
ClientAppException | Wraps the Outlook appointment exception object |
ClientApplication | The main class of Outlook wrapper, used to wrap Outlook Application instance, MAPI namespace and Redemption utility methods |
ClientAppointment | Wraps the Outlook appointment object |
ClientContact | Wraps the Outlook contact object |
ClientException | Defines errors for Client operations |
ClientFolder | Wraps the Outlook folder object |
ClientItem | Wraps the generic Outlook item (could be any of the item types) |
ClientMail | |
ClientNote | Wraps the Outlook note object |
ClientRecurrence | Wraps the Outlook recurrence object (for tasks and events) |
ClientTask | Wraps the Outlook task object |
ClientTest | This is the interface expected by the testing framework for sync clients |
ClientTest::Config | Information about a data source |
ClientTestFactory | Generates tests on demand based on what the client supports |
CLogSettings | Log settings window |
CMainSyncFrame | Main window |
CNotesSettings | Notes options window |
ConfigSyncSourceTest | This test class need to test the cache mapping feature |
COutlookPluginApp | Main class for Outlook Plug-in UI |
CPicturesSettings | Pictures options window |
CProxySettings | Proxy settings window |
CreateSource | Helper class to encapsulate ClientTest::Config::createsource_t pointer and the corresponding parameters |
CSymbianTransportAgent | CSymbianTransportAgent Provides simple interface to Symbian HTTP Client API |
CSyncForm | Form of the main window |
CSyncSettings | Sync options panel |
CTaskSettings | Tasks options window |
CTPThreadPool | This class implements a pool of thread to be used by the CTP |
CustomMappingStoreBuilder | This is an implementation of a derived class of the MappingStoreBuider |
DateFilter | Rapresents the filter entity on the start/end dates, for appointments |
DefaultWinConfigFactory | This class is a factory of default configurations |
DMTClientConfig | This class is an extension of SyncManagerConfig that is DM tree aware; this means that configuration properties are read/stored from/to the DM tree |
Enumeration | An abstract enumeration of ArrayElements |
EventTest | This class performs some basic tests on the Events and Listeners framework of the Funambol C++ SDK |
EventTest::ListenerTest | Test code for the listeners: used by all test listeners to check the number of events received |
EventTest::TSyncListener | Test class for the SyncListener |
FakeSocket | Define a fake socket used to simulate a client socket |
FConnection | This class is a singleton, used to manage the network connection |
FileSyncSource | This class extends the CacheSyncSource abstract class, implementing a plain file datastore |
FThreadTest | Test suite for the class FThread |
HwndFunctions | Contains methods to find the UI window handle |
InputStreamTest | This class defines protected methods to test a generic InputStream class, indipendently of the inputStream implementation |
KeyValueStore | This is the interface for the handling of key/value pairs |
LocalTests | Local test of one sync source and utility functions also used by sync tests |
LOItemTest | This test class need to test the cache mapping feature |
MappingsTest | This test class need to test the cache mapping feature |
MediaSyncSource | This class extends the FileSyncSource class, to define a special behavior for generic "media files" to be synchronized between the Server and a mobile Client |
MediaSyncSourceParams | Container for parameters used by this MediaSyncSource class |
MemoryKeyValueStore | This is the interface for the handling of the key/value that has to be written in the storage |
ObjectDelTest | This is the test class for the SyncML Parser |
ODBCKeyValueStore | |
OptionParser | Generic option parser |
OutlookConfig | Represents the configuration of Outlook client |
OutlookSyncItemListener | Listener for SyncItem events |
OutlookSyncListener | Listener for Sync events |
OutlookSyncSourceListener | Listener for SyncSource events |
OutlookSyncStatusListener | Listener for SyncStatus events |
OutlookTransportListener | Listener for Transport events |
ParserTest | This is the test class for the SyncML Parser |
PicturesSyncSource | This class extends the FileSyncSource class, it's specialized for pictures items |
PropertyFile | This is the implementation of the keyValueStore on filesystem |
SQLiteKeyValueStore | |
SQLKeyValueStore | This abstract class represent an implementation of KeyValueStore based on a generic SQL database |
StringBufferTest | Test case for the class StringBuffer |
StringMapTest | This is the test class for StringMap |
SyncClient | This class wraps the common operations executed by a typical client |
SyncException | Defines exceptions for sync process |
SyncManager | This is the core class which encodes the flow of messages between client and server throughout a session |
SyncManagerConfig | This implementation is just a transient configuration information repository; persisting configuration settings is delegated to subclasses |
SyncManagerTest | This class is intended to test the SyncManager class, the core of sync process |
SyncReport | Used to summarize all results of a single synchronization |
SyncSource | This is the main API that a SyncML client developer needs to implement to let the sync engine access the client's data |
SyncSourceConfig | This class is one possible implementation of the AbstractSyncSourceConfig API: it implements all attributes as read/write members |
SyncSourceReport | SyncSourceReport class rapresents the report of each SyncSource synchronized |
SyncSourceTestLargeObject2 | Used by testLargeObject2 test: extends TestSyncSource, redefines the updateItem method in order to check the items are correctly joined by SyncManager |
SyncTests | Tests synchronization with one or more sync sources enabled |
TestFileSource | This code uses the ClientTest and TestFileSyncSource to test real synchronization against a server |
TestFileSyncSource | Synchronizes the content of files in a certain directory and the file attributes using a certain XML format |
TimeZone | Timezone informations |
TransportAgentReplacement | This is a replacement of the TransportAgent Class (platform dependent) that can be useful to check and modify every syncML message |
TransportAgentTestError506 | This transportAgent will check all SyncML messages and do 2 things:
- replace the 3rd message with a "506" error status on the Sync command (simulates an exception Server side)
- checks if the sync is in infinite loop (checks the msgID value)
|
TransportAgentTestLargeObject2 | Used by testLargeObject2 test: It's reimplemented in order to simulate a Server communication: the syncML responses are read from xml files under testcases/testLargeObject2 dir |
UpdateManager | This class is the manager of the software-update process |
Updater | This class is responsible to handle the update procedure of the client |
utilsTest | This is the test class for the SyncML Parser |
WinContact | Rapresents a contact object for Windows Clients |
WinContactSIF | Rapresents a contact object for Windows Clients, in SIF format |
WindowsSyncClient | Derivate from SyncClient, implements only continueAfterPrepareSync method |
WindowsSyncSource | This class is the extension of SyncSource class for specific Client objects |
WindowsSyncSourceConfig | This class groups all configuration properties for a WindowsSyncSource |
WinEvent | Rapresents an event object for Windows Clients |
WinEventSIF | Rapresents an event object for Windows Clients, for SIF format |
WinItem | Rapresents an item object for Windows Clients |
WinNote | Rapresents a note object for Windows Clients |
WinNoteSIF | Rapresents a note object for Windows Clients, for SIF format |
WinRecipient | Rapresents a recipient object (attendee) for Windows Clients |
WinRecurrence | Rapresents a recurrence pattern object for Windows Clients |
WinRecurrenceSIF | Rapresents a recurrence pattern object for Windows Clients, for SIF format |
WinTask | Rapresents an event object for Windows Clients |
WinTaskSIF | Rapresents an event object for Windows Clients, for SIF format |