memspy/Console/Source/ConsoleDWOperation.cpp
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
--- 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..." );