perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GfcSamplerImpl.h
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
--- 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 <int BufferSize>
-void DProfilerGfcSampler<BufferSize>::Sample()
+void DProfilerGfcSampler<BufferSize>::Sample(TAny* aPtr)
 {
 	LOGSTRING2("CProfilerGfcSampler<%d>::Sample",BufferSize);