BackgroundResolver test.

This commit is contained in:
Adam Ierymenko 2015-05-21 14:11:44 -07:00
commit 61021fc778
2 changed files with 20 additions and 1 deletions

View file

@ -79,7 +79,7 @@ public:
* @param callback Callback function to receive notification or NULL if none
* @praam arg Second argument to callback function
*/
void resolveNow(void (*callback)(BackgroundResolver *,void *),void *arg);
void resolveNow(void (*callback)(BackgroundResolver *,void *) = 0,void *arg = 0);
/**
* Abort (abandon) any current resolve jobs