#include <ext/mw/crossenablerclientutil.h>
| class CCrossEnablerClientUtils : public CBase |
| Public Member Functions | |
|---|---|
| virtual | ~CCrossEnablerClientUtils() |
| TDECredential | GetUserCredential() |
| CCrossEnablerClientUtils * | NewL(MSsoObserver *) |
| void | ProfileChanged() |
| void | SignOut() |
| bool | UpdateUserCredential(TDECredential &) |
Wrapper class for the Client Sync specific implementation.
| ~CCrossEnablerClientUtils | ( | ) | [virtual] |
| TDECredential | GetUserCredential | ( | ) |
Gets the credentials from cenrep
| CCrossEnablerClientUtils * | NewL | ( | MSsoObserver * | aObserver | ) | [static] |
| void | ProfileChanged | ( | ) |
generate notification about ProfileChanged event. Calling this method will generate ProfileChanged event.
| void | SignOut | ( | ) |
generate notification about sign out event. Calling this method will generate SsoSignout event.