diff -r 7fdc9a71d314 -r 8ad140f3dd41 memspy/Console/Source/ConsoleDWOperation.cpp --- a/memspy/Console/Source/ConsoleDWOperation.cpp Wed Sep 15 13:53:27 2010 +0300 +++ b/memspy/Console/Source/ConsoleDWOperation.cpp Wed Oct 13 16:17:58 2010 +0300 @@ -56,7 +56,7 @@ #endif iWaiter = new(ELeave) CActiveSchedulerWait(); - //iOperation = CMemSpyDeviceWideOperations::NewL( iEngine, *this, aOperation ); + iOperation = CMemSpyDeviceWideOperations::NewL( iEngine, *this, aOperation ); #ifdef _DEBUG RDebug::Printf("[MCon] CMemSpyDeviceWideOperationWaiter::ExecuteL() - starting scheduler wait..." );