PersistentEvolutionSyncSourceConfig Class Reference
[Configuration Handling]

#include <SyncEvolutionConfig.h>

Inheritance diagram for PersistentEvolutionSyncSourceConfig:

Inheritance graph
[legend]
Collaboration diagram for PersistentEvolutionSyncSourceConfig:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 PersistentEvolutionSyncSourceConfig (const string &name, const SyncSourceNodes &nodes)
virtual const char * getMimeType () const
virtual const char * getMimeVersion () const
virtual const char * getSupportedTypes () const


Detailed Description

Adds dummy implementations of the missing calls to EvolutionSyncSourceConfig so that the other properties can be read.

Definition at line 988 of file SyncEvolutionConfig.h.


Constructor & Destructor Documentation

PersistentEvolutionSyncSourceConfig::PersistentEvolutionSyncSourceConfig ( const string &  name,
const SyncSourceNodes nodes 
) [inline]

Definition at line 990 of file SyncEvolutionConfig.h.


Member Function Documentation

virtual const char* PersistentEvolutionSyncSourceConfig::getMimeType (  )  const [inline, virtual]

Returns the preferred mime type of the items handled by the sync source. Example: "text/x-vcard"

Implements EvolutionSyncSourceConfig.

Definition at line 993 of file SyncEvolutionConfig.h.

virtual const char* PersistentEvolutionSyncSourceConfig::getMimeVersion (  )  const [inline, virtual]

Returns the version of the mime type used by client. Example: "2.1"

Implements EvolutionSyncSourceConfig.

Definition at line 994 of file SyncEvolutionConfig.h.

virtual const char* PersistentEvolutionSyncSourceConfig::getSupportedTypes (  )  const [inline, virtual]

A string representing the source types (with versions) supported by the SyncSource. The string must be formatted as a sequence of "type:version" separated by commas ','. For example: "text/x-vcard:2.1,text/vcard:3.0". The version can be left empty, for example: "text/x-s4j-sifc:". Supported types will be sent as part of the DevInf.

Implements EvolutionSyncSourceConfig.

Definition at line 995 of file SyncEvolutionConfig.h.


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

Generated on Sat Oct 18 17:17:05 2008 for SyncEvolution and Funambol by  doxygen 1.5.7.1