diff -r aa2539c91954 -r 1c2bb2fc7c87 perfsrv/piprofiler/engine/inc/SamplerController.h --- a/perfsrv/piprofiler/engine/inc/SamplerController.h Fri Oct 08 14:56:39 2010 +0300 +++ b/perfsrv/piprofiler/engine/inc/SamplerController.h Tue Oct 26 16:20:32 2010 +0300 @@ -48,10 +48,10 @@ { public: - static CSamplerController* NewL(CProfilerSampleStream& aStream); + static CSamplerController* NewL(CProfilerSampleStream& aStream, TBool aBootMode); void ConstructL(); - CSamplerController(CProfilerSampleStream& aStream); + CSamplerController(CProfilerSampleStream& aStream, TBool aBootMode); ~CSamplerController(); /** @@ -130,6 +130,9 @@ private: MSamplerControllerObserver* iObserver; + TBool iScBootMode; + RLibrary* iLibrary; + CSamplerPluginInterface* iPlug; }; /**