tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp
changeset 33 03a5a9b9cb9f
parent 22 4838b44af342
equal deleted inserted replaced
27:dabdd02a1ba9 33:03a5a9b9cb9f
   192     {
   192     {
   193     TTactileWgroupItem newItem;
   193     TTactileWgroupItem newItem;
   194     
   194     
   195     newItem.iWindowGroupId    = aIdentifier;
   195     newItem.iWindowGroupId    = aIdentifier;
   196     newItem.iConnectionHandle = aConnectionHandle;
   196     newItem.iConnectionHandle = aConnectionHandle;
   197     
   197     // if append fail just make its action like before
   198     iWgArray.Append( newItem );
   198     TRAP_IGNORE( iWgArray.AppendL( newItem ) );
   199     }
   199     }
   200     
   200     
   201     
   201     
   202 // ---------------------------------------------------------------------------
   202 // ---------------------------------------------------------------------------
   203 // When window group is closed, we remove all information about it from
   203 // When window group is closed, we remove all information about it from