memspy/Engine/Include/Sink/MemSpyEngineOutputSinkFile.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
--- a/memspy/Engine/Include/Sink/MemSpyEngineOutputSinkFile.h	Wed Sep 15 13:53:27 2010 +0300
+++ b/memspy/Engine/Include/Sink/MemSpyEngineOutputSinkFile.h	Wed Oct 13 16:17:58 2010 +0300
@@ -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