perfsrv/piprofiler/engine/inc/WriterPluginLoader.h
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
--- 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<CWriterPluginInterface>* aPlugins );
+        
+        void LoadRlibraryL( CArrayPtrFlat<CWriterPluginInterface>* aPluginArray );
 
     private: // Internal methods
 
@@ -260,6 +262,7 @@
 
         // Number of RunL calls.
         TInt iRunLDebugCount;
+        TBool iBootMode;
     };