ConfigUserInterface Class Reference
[Configuration Handling]

#include <SyncEvolutionConfig.h>

Inheritance diagram for ConfigUserInterface:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~ConfigUserInterface ()
virtual string askPassword (const string &descr)=0


Detailed Description

This interface has to be provided by the user of the config to let the config code interact with the user.

Definition at line 325 of file SyncEvolutionConfig.h.


Constructor & Destructor Documentation

virtual ConfigUserInterface::~ConfigUserInterface (  )  [inline, virtual]

Definition at line 327 of file SyncEvolutionConfig.h.


Member Function Documentation

virtual string ConfigUserInterface::askPassword ( const string &  descr  )  [pure virtual]

A helper function which interactively asks the user for a certain password. May throw errors.

Parameters:
descr A simple string explaining what the password is needed for, e.g. "SyncML server". This string alone has to be enough for the user to know what the password is for, i.e. the string has to be unique.
Returns:
entered password

Implemented in EvolutionSyncClient.

Referenced by PasswordConfigProperty::checkPassword().


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

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