branch | RCL_3 |
changeset 55 | aecbbf00d063 |
parent 38 | c52421ed5f07 |
child 56 | d48ab3b357f1 |
--- a/uifw/AvKon/akncompamode/srv/src/akncompaserver.cpp Thu Aug 19 10:11:06 2010 +0300 +++ b/uifw/AvKon/akncompamode/srv/src/akncompaserver.cpp Tue Aug 31 15:28:30 2010 +0300 @@ -304,7 +304,7 @@ // This avoid possibility of memory allocation error when key is // added to key state array due to key press while application is // executing. - iKeyState.ReserveL(EKeyStateGranularity); + iKeyState.Reserve(EKeyStateGranularity); Server().AddSession(); }