serviceproviders/sapi_landmarks/landmarksservice/src/clandmarkdummyao.cpp
changeset 54 e7cb6cffd49a
parent 38 02682e02e51f
child 66 a9c0808a1095
equal deleted inserted replaced
42:92cfb77afb61 54:e7cb6cffd49a
    72 	    {
    72 	    {
    73 	    Delay(iStatus.Int());
    73 	    Delay(iStatus.Int());
    74 	    }
    74 	    }
    75 	else*/
    75 	else*/
    76 	    //{
    76 	    //{
    77         switch(iCmd)
    77 	switch(iCmd)
    78          {
    78 	 {
    79          case EAdd: TRAP_IGNORE(iObserver->HandleAddItemsL(iId,iTransactionId,iStatus.Int()));
    79 	 case EAdd: TRAP_IGNORE(iObserver->HandleAddItemsL(iId,iTransactionId,iStatus.Int()));
    80                     break;
    80 				break;
    81          case EUpdate:
    81 	 case EUpdate:
    82          case ERemove: TRAP_IGNORE(iObserver->HandleItemsL(iTransactionId,iStatus.Int()));
    82 	 case ERemove: TRAP_IGNORE(iObserver->HandleItemsL(iTransactionId,iStatus.Int()));
    83                         break;
    83 	 				break;
    84          default:
    84 	 default:
    85              break;
    85 		 break;
    86          }
    86 	 }
    87         
    87 	
    88         if (!iManageObjects->IsActive())
    88 	if (!iManageObjects->IsActive())
    89             {
    89 		{
    90             iManageObjects->Start();
    90 		iManageObjects->Start();
    91             }
    91             }
    92        // }
    92        // }
    93 	}
    93 	}
    94 
    94