uiacceltk/hitchcock/goommonitor/src/goommemorymonitorsession.cpp
branchRCL_3
changeset 7 433cbbb6a04b
parent 3 d8a3531bc6b8
child 10 88b23e2e82e1
--- a/uiacceltk/hitchcock/goommonitor/src/goommemorymonitorsession.cpp	Mon Feb 22 17:57:49 2010 +0200
+++ b/uiacceltk/hitchcock/goommonitor/src/goommemorymonitorsession.cpp	Fri Mar 12 15:47:04 2010 +0200
@@ -90,7 +90,7 @@
 
                 Server().Monitor().SessionInCriticalAllocation(1, clientId);
                 
-                TRAPD(err, Monitor().RequestFreeMemoryL(aMessage.Int0(), iUseAbsoluteTargets));
+                TRAPD(err, Monitor().RequestFreeMemoryL(aMessage.Int0()));
                 if (err)
                     {
                     // completes the message if that was left to pending
@@ -135,7 +135,7 @@
             // message will be completed when CloseAppsFinished() is called.
             iRequestFreeRam = aMessage;
             iMinimumMemoryRequested = aMessage.Int1();
-            Monitor().FreeOptionalRamL(aMessage.Int0(), aMessage.Int2(), iUseAbsoluteTargets);
+            Monitor().FreeOptionalRamL(aMessage.Int0(), aMessage.Int2());
             break;
             
         case EGOomMonitorSetPriorityBusy: