It represents the connection to the Favourites Engine Server.
|
Public Member Functions |
| IMPORT_C TInt | Connect () |
| | Connect to Favourites Server.
|
| IMPORT_C void | ResourceMark () |
| | Start checking the number of allocated object through this session.
|
| IMPORT_C void | ResourceCheck () |
| | Check that the number of allocated object through this session matches the same of when the last call to ResourceMark was made.
|
| IMPORT_C TInt | ResourceCount () |
| | Get number of allocated object through this session.
|
| IMPORT_C TInt | DeleteDatabase (const TDesC &aName) |
| | Delete database.
|
| IMPORT_C void | __DbgSetAllocFail (RAllocator::TAllocFail aType, TInt aRate) |
| | Simulate a heap allocation failure for server heap.
|
| void | SendReceive (TInt aFunction, const TIpcArgs &aArgs, TRequestStatus &aStatus) const |
| | Message passing routine.
|
| TInt | SendReceive (TInt aFunction, const TIpcArgs &aArgs) const |
| | Message passing routine.
|
| TInt | SendReceive (TInt aFunction) const |
| | Message passing routine.
|
Static Public Member Functions |
| static IMPORT_C TVersion | Version () |
| | Get version.
|