diff -r ca8a1b6995f6 -r 52e343bb8f80 memspy/Engine/Include/Sink/MemSpyEngineOutputSinkFile.h --- a/memspy/Engine/Include/Sink/MemSpyEngineOutputSinkFile.h Tue Aug 31 16:45:49 2010 +0300 +++ b/memspy/Engine/Include/Sink/MemSpyEngineOutputSinkFile.h Wed Sep 01 12:37:10 2010 +0100 @@ -32,12 +32,12 @@ NONSHARABLE_CLASS( CMemSpyEngineOutputSinkFile ) : public CMemSpyEngineOutputSink { public: - static CMemSpyEngineOutputSinkFile* NewL( CMemSpyEngine& aEngine, const TDesC& aRootFolder ); + static CMemSpyEngineOutputSinkFile* NewL( CMemSpyEngine& aEngine ); ~CMemSpyEngineOutputSinkFile(); public: CMemSpyEngineOutputSinkFile( CMemSpyEngine& aEngine ); - void ConstructL( const TDesC& aRootFolder ); + void ConstructL(); private: // From CMemSpyEngineOutputSink void ProcessSuspendedL( TProcessId aId ); @@ -64,8 +64,6 @@ TUint iFileServerProcessId; TBool iFileServerSuspended; - - HBufC* iRoot; private: friend class CMemSpyEngineFileHolder; @@ -119,4 +117,4 @@ -#endif +#endif \ No newline at end of file