serviceproviders/sapi_applicationmanager/tsrc/testing/tappmgrprovider/src/testappobserver.cpp
branchRCL_3
changeset 44 0b68a1b0c15e
parent 38 ea43c23d28d2
child 45 a9c0808a1095
equal deleted inserted replaced
43:1790c2f1027c 44:0b68a1b0c15e
    73             }
    73             }
    74        		  iWait->AsyncStop();
    74        		  iWait->AsyncStop();
    75         }
    75         }
    76     
    76     
    77      
    77      
    78  		return 0; 
    78   
    79     }
    79     }
    80 
    80 
    81 
    81 
    82 
    82 
    83 
    83 
    89 	{
    89 	{
    90 	 iWait = aWait;
    90 	 iWait = aWait;
    91 	 iReason = 10 ; //Reason of failure can be either 0 or some negative valuw which incater 
    91 	 iReason = 10 ; //Reason of failure can be either 0 or some negative valuw which incater 
    92 	 //error but it cant be greater than 0 
    92 	 //error but it cant be greater than 0 
    93 	}
    93 	}
    94 	
       
    95