diff -r 7fdc9a71d314 -r 8ad140f3dd41 memspy/memspy_plat/memspy_api/include/memspy/engine/MemSpyEngine.h --- a/memspy/memspy_plat/memspy_api/include/memspy/engine/MemSpyEngine.h Wed Sep 15 13:53:27 2010 +0300 +++ b/memspy/memspy_plat/memspy_api/include/memspy/engine/MemSpyEngine.h Wed Oct 13 16:17:58 2010 +0300 @@ -60,7 +60,6 @@ { public: IMPORT_C static CMemSpyEngine* NewL( RFs& aFsSession ); - IMPORT_C static CMemSpyEngine* NewL( RFs& aFsSession, TBool aStartServer ); IMPORT_C ~CMemSpyEngine(); private: @@ -81,8 +80,6 @@ IMPORT_C CMemSpyEngineOutputSink& Sink(); IMPORT_C TMemSpySinkType SinkType(); IMPORT_C void InstallSinkL( TMemSpySinkType aType ); - IMPORT_C void InstallDebugSinkL(); - IMPORT_C void InstallFileSinkL( const TDesC& aRootFolder ); public: // Misc IMPORT_C void ListOpenFilesL();