tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp
branchRCL_3
changeset 37 09b094b73eb8
parent 36 39d4c97df8cb
equal deleted inserted replaced
36:39d4c97df8cb 37:09b094b73eb8
   170             // #3
   170             // #3
   171             iChunkArray.Remove( i );            
   171             iChunkArray.Remove( i );            
   172             break;
   172             break;
   173             }
   173             }
   174         }  
   174         }  
   175     
       
   176     iTactileSemaphore.Signal();
   175     iTactileSemaphore.Signal();
   177     }
   176     }
   178     
   177     
   179 
   178 
   180 // ---------------------------------------------------------------------------
   179 // ---------------------------------------------------------------------------
   192     {
   191     {
   193     TTactileWgroupItem newItem;
   192     TTactileWgroupItem newItem;
   194     
   193     
   195     newItem.iWindowGroupId    = aIdentifier;
   194     newItem.iWindowGroupId    = aIdentifier;
   196     newItem.iConnectionHandle = aConnectionHandle;
   195     newItem.iConnectionHandle = aConnectionHandle;
   197     // if append fail just make its action like before
   196     
   198     TRAP_IGNORE( iWgArray.AppendL( newItem ) );
   197     iWgArray.Append( newItem );
   199     }
   198     }
   200     
   199     
   201     
   200     
   202 // ---------------------------------------------------------------------------
   201 // ---------------------------------------------------------------------------
   203 // When window group is closed, we remove all information about it from
   202 // When window group is closed, we remove all information about it from