ProEngFactory Class Reference
API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Capability Information
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <proengfactory.h>
Detailed Description
Factory for Profiles Engine Wrapper.
You can create new instances of Profiles Engines, Notification Handlers and Alert Tone Seekers by using this factory.
Example:
Member Function Documentation
|
Create a new instance of Profiles Alert Tone Seeker.
- Returns:
- New instance of Alert Tone Seeker. Ownership is transferred to the client application.
|
static IMPORT_C MProEngEngine* ProEngFactory::NewEngineL
|
( |
RFs & |
aFs
|
) |
[static] |
|
|
Create a new instance of Profiles Engine.
- Parameters:
-
|
aFs
|
A reference to an open file server session. aFs must remain connected for the lifetime of the returned object. |
- Returns:
- New instance of Profiles Engine. Ownership is transferred to the client application.
|
static IMPORT_C MProEngEngine* ProEngFactory::NewEngineL
|
( |
|
) |
[static] |
|
|
Create a new instance of Profiles Engine.
- Returns:
- New instance of Profiles Engine. Ownership is transferred to the client application.
|
static IMPORT_C MProEngEngine* ProEngFactory::NewEngineLC
|
( |
RFs & |
aFs
|
) |
[static] |
|
|
Create a new instance of Profiles Engine.
The created object is pushed into the cleanup stack.
- Parameters:
-
|
aFs
|
A reference to an open file server session. aFs must remain connected for the lifetime of the returned object. |
- Returns:
- New instance of Profiles Engine. Ownership is transferred to the client application.
|
static IMPORT_C MProEngEngine* ProEngFactory::NewEngineLC
|
( |
|
) |
[static] |
|
|
Create a new instance of Profiles Engine.
The created object is pushed into the cleanup stack.
- Returns:
- New instance of Profiles Engine. Ownership is transferred to the client application.
|
|
Create a new instance of Profiles Notification Handler.
- Returns:
- New instance of Notification Handler. Ownership is transferred to the client application.
|
The documentation for this class was generated from the following file: