X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/f53b25adbb0e87abd41713a586d3c723ebeb8ff0..d3f44a2b3aea054d2012e58b7d048dd6550a9a41:/ITByteStream.m diff --git a/ITByteStream.m b/ITByteStream.m index 3a878f3..e4607b4 100755 --- a/ITByteStream.m +++ b/ITByteStream.m @@ -53,10 +53,12 @@ [super dealloc]; } --(void) setDelegate:(id )d +-setDelegate:(id )d { + id old = delegate; [delegate release]; delegate = [d retain]; + return old; } -(int) availableDataLength