perfsrv/piprofiler/engine/inc/SamplerPluginLoader.h
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
--- a/perfsrv/piprofiler/engine/inc/SamplerPluginLoader.h	Fri Oct 08 14:56:39 2010 +0300
+++ b/perfsrv/piprofiler/engine/inc/SamplerPluginLoader.h	Tue Oct 26 16:20:32 2010 +0300
@@ -56,7 +56,7 @@
         *
         * @param aAppUi Pointer to application UI. Does not take ownership.
         */
-        static CSamplerPluginLoader* NewL();
+        static CSamplerPluginLoader* NewL(TBool aBootMode);
 
         /**
         * Destructor
@@ -68,7 +68,7 @@
         /**
         * Default C++ contructor
         */
-        CSamplerPluginLoader();
+        CSamplerPluginLoader(TBool aBootMode);
 
         /**
         * Symbian OS default constructor
@@ -114,7 +114,8 @@
         */
         void AbortAsyncLoad();
 
-
+        void LoadRlibraryL(CArrayPtrFlat<CSamplerPluginInterface>* aPluginArray);
+        
         /**
         * Sorts the plugin array.
         *
@@ -248,6 +249,7 @@
 
         // Number of RunL calls.
         TInt iRunLDebugCount;
+        TBool iBootMode;
 
     };