cryptomgmtlibs/securitytestfw/test/testhandler2/tSyncAction.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    43 
    43 
    44 EXPORT_C void CSyncAction::FailTestNow(TRequestStatus& /*aStatus*/)
    44 EXPORT_C void CSyncAction::FailTestNow(TRequestStatus& /*aStatus*/)
    45 	{
    45 	{
    46 	iConsole.Printf(_L("\ntest attempted to call synchronous FailTestNow\n"));
    46 	iConsole.Printf(_L("\ntest attempted to call synchronous FailTestNow\n"));
    47 	}
    47 	}
       
    48