@@ -557,11 +557,11 @@ - (void)asyncReceiveIntoBuffer: (void *)buffer length: (size_t)length target: (id)target selector: (SEL)selector { - [OFRunLoop OF_addAsyncReceiveForUDPSocket: self + [OFRunLoop of_addAsyncReceiveForUDPSocket: self buffer: buffer length: length target: target selector: selector]; } @@ -569,11 +569,11 @@ #ifdef OF_HAVE_BLOCKS - (void)asyncReceiveIntoBuffer: (void *)buffer length: (size_t)length block: (of_udp_socket_async_receive_block_t)block { - [OFRunLoop OF_addAsyncReceiveForUDPSocket: self + [OFRunLoop of_addAsyncReceiveForUDPSocket: self buffer: buffer length: length block: block]; } #endif @@ -610,11 +610,11 @@ #endif } - (void)cancelAsyncRequests { - [OFRunLoop OF_cancelAsyncRequestsForObject: self]; + [OFRunLoop of_cancelAsyncRequestsForObject: self]; } - (int)fileDescriptorForReading { #ifndef OF_WINDOWS