Factories::AFactoryObject Class Reference
class Factories::AFactoryObject |
Factory Object Base class providing basic managed objects functionality in conjunction with CFactoryBase.
Constructor & Destructor Documentation
AFactoryObject(CFactoryBase &)
Parameters
CFactoryBase & aFactory | The factory which owns this factory object |
~AFactoryObject()
IMPORT_C | ~AFactoryObject | ( | ) | [protected, virtual] |
Destructor. Notifies the parent container that this managed object is being destroyed
Member Functions Documentation
DeleteMeNow()
IMPORT_C void | DeleteMeNow | ( | ) | |
Delete the factory object. Should only be called by CFactoryBase.
Factory()
Get the factory which owns this factory object
MarkMeForDeletion()
IMPORT_C void | MarkMeForDeletion | ( | ) | |
Mark this factory object for deletion. Once marked for deletion, it will not be given to clients as a result of a find or create factory object request.
Instructs the parent container to delete this managed object
Member Data Documentation
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.