Skip to content

Instantly share code, notes, and snippets.

@sbyrnes
Created April 18, 2012 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbyrnes/2410064 to your computer and use it in GitHub Desktop.
Save sbyrnes/2410064 to your computer and use it in GitHub Desktop.
// if AppCircle is enabled, pass the ad data buffer to it and parse it
if(gAppCircleDelegate != nil) {
if ([gAppCircleDelegate respondsToSelector:@selector(parseData:bufferLength:)]) {
pCurBufferPos = (char *)[gAppCircleDelegate parseData:pDataBuffer bufferLength:remainingBufferLength];
} else { // throw some exception }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment