| class MDiagPluginPoolObserver |
Diagnostics Framework Plugin Pool Observer
This interface is called by CDiagPluginPool to notify the plug-in loading progress. This is used only for LoadAsyncL() scenario.
| Public Member Functions | |
|---|---|
| void | LoadCompletedL ( TInt ) |
| void | LoadProgressL ( TUint , TUint , const TUid &) |
| void | LoadCompletedL | ( | TInt | aError | ) | [pure virtual] |
Notify client of plug-in loading completion
| TInt aError | KErrNone - Success KErrCorrupt - One ore more plugin could not be loaded. KErrNoMemory - Not enough memory. |
| void | LoadProgressL | ( | TUint | aCurrentPlugin, |
| TUint | aPluginCount, | |||
| const TUid & | aLoadedPluginUid | |||
| ) | [pure virtual] | |||
Notify client of plug-in loading progress.
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.