ProEngFactory Class Reference
Factory for Profiles Engine Wrapper. You can create new instances of Profiles Engines, Notification Handlers and Alert Tone Seekers by using this factory. Example:
// Create a new instance of Profiles Engine:
MProEngEngine* engine =
ProEngFactory::NewEngineLC();
// Create a new instance of Notification Handler:
MProEngNotifyHandler* notifyHandler =
ProEngFactory::NewNotifyHandlerL();
// Create a new instance of Alert Tone Seeker:
MProEngAlertToneSeeker* toneSeeker =
ProEngFactory::NewAlertToneSeekerL();
ProfileEngine.lib
- Since
- Series 60 3.1
Constructor & Destructor Documentation
~ProEngFactory()
~ProEngFactory | ( | ) | [private] |
Member Functions Documentation
NewAlertToneSeekerL()
Create a new instance of Profiles Alert Tone Seeker.
- Since
- Series 60 3.1
NewEngineL()
Create a new instance of Profiles Engine.
- Since
- Series 60 3.1
NewEngineL(RFs &)
Create a new instance of Profiles Engine.
- Since
- Series 60 3.1
Parameters
RFs & aFs | A reference to an open file server session. aFs must remain connected for the lifetime of the returned object. |
NewEngineLC()
Create a new instance of Profiles Engine. The created object is pushed into the cleanup stack.
- Since
- Series 60 3.1
NewEngineLC(RFs &)
Create a new instance of Profiles Engine. The created object is pushed into the cleanup stack.
- Since
- Series 60 3.1
Parameters
RFs & aFs | A reference to an open file server session. aFs must remain connected for the lifetime of the returned object. |
NewNotifyHandlerL()
Create a new instance of Profiles Notification Handler.
- Since
- Series 60 3.1
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.