From eb31a5b9eb7eaa321aa5b2298764641e2b543070 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 3 Aug 2007 00:31:45 -0700 Subject: [PATCH] Moving some of the internal methods that were mistakenly put into SocketWrapperDelegate into SocketWrapper * Source/SocketWrapper.h --- Source/SocketWrapper.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/SocketWrapper.h b/Source/SocketWrapper.h index 0288077..2906025 100644 --- a/Source/SocketWrapper.h +++ b/Source/SocketWrapper.h @@ -33,6 +33,11 @@ - (void)receive: (SEL)selector; - (void)send: (NSString *)data; +// ============== internal functions for threading +- (void)_connect: (id)obj; +- (void)_postNotification: (NSString *)name withObject: (id)obj; +- (void)_postNotification: (NSString *)name withObject: (id)obj withDict: (NSMutableDictionary *)dict; + @end @interface NSObject (SocketWrapperDelegate) @@ -48,9 +53,4 @@ - (void)dataReceived: (NSString *)response deliverTo: (SEL)selector; - (void)dataSent; -// ============== internal functions for threading -- (void)_connect: (id)obj; -- (void)_postNotification: (NSString *)name withObject: (id)obj; -- (void)_postNotification: (NSString *)name withObject: (id)obj withDict: (NSMutableDictionary *)dict; - @end -- 2.22.5