TCP/TCPWriter.m
changeset 7 5936db2c1987
parent 1 8267d5c429c4
child 10 a2aeb9b04ecc
     1.1 --- a/TCP/TCPWriter.m	Sat May 24 13:26:02 2008 -0700
     1.2 +++ b/TCP/TCPWriter.m	Sun May 25 13:43:03 2008 -0700
     1.3 @@ -30,19 +30,6 @@
     1.4  }
     1.5  
     1.6  
     1.7 -- (id) propertyForKey: (CFStringRef)cfStreamProperty
     1.8 -{
     1.9 -    CFTypeRef value = CFWriteStreamCopyProperty((CFWriteStreamRef)_stream,cfStreamProperty);
    1.10 -    return [(id)CFMakeCollectable(value) autorelease];
    1.11 -}
    1.12 -
    1.13 -- (void) setProperty: (id)value forKey: (CFStringRef)cfStreamProperty
    1.14 -{
    1.15 -    if( ! CFWriteStreamSetProperty((CFWriteStreamRef)_stream,cfStreamProperty,(CFTypeRef)value) )
    1.16 -        Warn(@"%@ didn't accept property '%@'", self,cfStreamProperty);
    1.17 -}
    1.18 -
    1.19 -
    1.20  - (BOOL) isBusy
    1.21  {
    1.22      return _currentData || _queue.count > 0;