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