tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp
branchRCL_3
changeset 36 39d4c97df8cb
parent 13 a4df7952b706
child 37 09b094b73eb8
equal deleted inserted replaced
34:d57e599df233 36:39d4c97df8cb
   170             // #3
   170             // #3
   171             iChunkArray.Remove( i );            
   171             iChunkArray.Remove( i );            
   172             break;
   172             break;
   173             }
   173             }
   174         }  
   174         }  
       
   175     
   175     iTactileSemaphore.Signal();
   176     iTactileSemaphore.Signal();
   176     }
   177     }
   177     
   178     
   178 
   179 
   179 // ---------------------------------------------------------------------------
   180 // ---------------------------------------------------------------------------
   191     {
   192     {
   192     TTactileWgroupItem newItem;
   193     TTactileWgroupItem newItem;
   193     
   194     
   194     newItem.iWindowGroupId    = aIdentifier;
   195     newItem.iWindowGroupId    = aIdentifier;
   195     newItem.iConnectionHandle = aConnectionHandle;
   196     newItem.iConnectionHandle = aConnectionHandle;
   196     
   197     // if append fail just make its action like before
   197     iWgArray.Append( newItem );
   198     TRAP_IGNORE( iWgArray.AppendL( newItem ) );
   198     }
   199     }
   199     
   200     
   200     
   201     
   201 // ---------------------------------------------------------------------------
   202 // ---------------------------------------------------------------------------
   202 // 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