diff -r aa2539c91954 -r 1c2bb2fc7c87 perfsrv/piprofiler/engine/inc/WriterPluginLoader.h --- a/perfsrv/piprofiler/engine/inc/WriterPluginLoader.h Fri Oct 08 14:56:39 2010 +0300 +++ b/perfsrv/piprofiler/engine/inc/WriterPluginLoader.h Tue Oct 26 16:20:32 2010 +0300 @@ -58,7 +58,7 @@ * * @param aAppUi Pointer to application UI. Does not take ownership. */ - static CWriterPluginLoader* NewL(); + static CWriterPluginLoader* NewL(TBool aBootMode); /** * Destructor @@ -70,7 +70,7 @@ /** * Default C++ contructor */ - CWriterPluginLoader(); + CWriterPluginLoader(TBool aBootMode); /** * Symbian OS default constructor @@ -128,6 +128,8 @@ * @param aPlugins The array which will be sorted. */ void SortPluginsL( CArrayPtrFlat* aPlugins ); + + void LoadRlibraryL( CArrayPtrFlat* aPluginArray ); private: // Internal methods @@ -260,6 +262,7 @@ // Number of RunL calls. TInt iRunLDebugCount; + TBool iBootMode; };