Add a global return_success() method implementation
This commit is contained in:
@@ -386,6 +386,14 @@ status_t return_failed()
|
||||
return FAILED;
|
||||
}
|
||||
|
||||
/**
|
||||
* returns SUCCESS
|
||||
*/
|
||||
status_t return_success()
|
||||
{
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
/**
|
||||
* nop operation
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user