uifw/AvKon/akncompamode/srv/src/akncompaserver.cpp
branchRCL_3
changeset 38 c52421ed5f07
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
29:a8834a2e9a96 38:c52421ed5f07
   302     {
   302     {
   303     // Allocate memory for keystate array to hold all possible keys.
   303     // Allocate memory for keystate array to hold all possible keys.
   304     // This avoid possibility of memory allocation error when key is
   304     // This avoid possibility of memory allocation error when key is
   305     // added to key state array due to key press while application is
   305     // added to key state array due to key press while application is
   306     // executing.
   306     // executing.
   307     iKeyState.Reserve(EKeyStateGranularity);
   307     iKeyState.ReserveL(EKeyStateGranularity);
   308     
   308     
   309     Server().AddSession();
   309     Server().AddSession();
   310     }
   310     }
   311 
   311 
   312 // --------------------------------------------------------------------------
   312 // --------------------------------------------------------------------------