Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Active objects

An active object uses an asynchronous service provider class to provide the service. The active object hides the asynchronous service provider and offers request and cancel functions for that service provider.

The class from which all active objects are derived is CActive. This provides derived active objects with:

Classes derived from CActive must:

Note that the RunError() function is not defined in ER5.


See also

Active Scheduler