tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp
branchRCL_3
changeset 37 09b094b73eb8
parent 36 39d4c97df8cb
--- a/tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp	Tue Aug 31 15:30:39 2010 +0300
+++ b/tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp	Wed Sep 01 12:23:25 2010 +0100
@@ -172,7 +172,6 @@
             break;
             }
         }  
-    
     iTactileSemaphore.Signal();
     }
     
@@ -194,8 +193,8 @@
     
     newItem.iWindowGroupId    = aIdentifier;
     newItem.iConnectionHandle = aConnectionHandle;
-    // if append fail just make its action like before
-    TRAP_IGNORE( iWgArray.AppendL( newItem ) );
+    
+    iWgArray.Append( newItem );
     }