Skip to content

Commit

Permalink
Adding missing method in test operation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelikespie committed Oct 10, 2012
1 parent 043e108 commit c601ada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SRWebSocketTests/SRTWebSocketOperation.m
Expand Up @@ -74,4 +74,9 @@ - (void)webSocket:(SRWebSocket *)webSocket didFailWithError:(NSError *)error;
_webSocket = nil;
}

- (void)webSocket:(SRWebSocket *)webSocket didReceiveMessage:(id)message;
{
NSAssert(NO, @"Please override %@", NSStringFromSelector(_cmd));
}

@end

0 comments on commit c601ada

Please sign in to comment.