serviceproviders/sapi_applicationmanager/tsrc/testing/tappmgrprovider/src/testappobserver.cpp
branchRCL_3
changeset 38 ea43c23d28d2
parent 5 989d2f495d90
child 44 0b68a1b0c15e
equal deleted inserted replaced
36:c210248fa89d 38:ea43c23d28d2
    73             }
    73             }
    74        		  iWait->AsyncStop();
    74        		  iWait->AsyncStop();
    75         }
    75         }
    76     
    76     
    77      
    77      
    78   
    78  		return 0; 
    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