diff -r aa2539c91954 -r 1c2bb2fc7c87 perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GfcSamplerImpl.h --- a/perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GfcSamplerImpl.h Fri Oct 08 14:56:39 2010 +0300 +++ b/perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GfcSamplerImpl.h Tue Oct 26 16:20:32 2010 +0300 @@ -44,7 +44,7 @@ DProfilerGfcSampler(struct TProfilerGppSamplerData* ); ~DProfilerGfcSampler(); - void Sample(); + void Sample(TAny* aPtr); TInt Reset(DProfilerSampleStream* aStream, TUint32 aSyncOffset); private: struct TProfilerGppSamplerData* gppSamplerData; @@ -101,7 +101,7 @@ } template -void DProfilerGfcSampler::Sample() +void DProfilerGfcSampler::Sample(TAny* aPtr) { LOGSTRING2("CProfilerGfcSampler<%d>::Sample",BufferSize);