Skip to content

Commit

Permalink
Merge pull request #8 from google/noonexit
Browse files Browse the repository at this point in the history
oboe callback: remove onExit()
  • Loading branch information
philburk authored Nov 3, 2017
2 parents 5cf551e + c8e73de commit d9a056c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/oboe/OboeStreamCallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ class OboeStreamCallback {

virtual void onError(OboeStream *audioStream, oboe_result_t error) {}

/**
* The callback thread is exiting.
*
* @param reason Why it is exiting. OBOE_OK if requested.
* Or maybe OBOE_ERROR_TIMEOUT or OBOE_ERROR_DISCONNECTED.
*/
virtual void onExit(oboe_result_t reason) {}
};


Expand Down

0 comments on commit d9a056c

Please sign in to comment.