From 4611475c5b255eed9202474dd3bdee147e932946 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 22 Apr 2011 17:44:57 +0000 Subject: Bring outline view branch up to date with trunk (r3234:3277). --- Source/NSNotificationAdditions.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Source/NSNotificationAdditions.h') diff --git a/Source/NSNotificationAdditions.h b/Source/NSNotificationAdditions.h index d1903da5..8722ed4f 100644 --- a/Source/NSNotificationAdditions.h +++ b/Source/NSNotificationAdditions.h @@ -25,11 +25,20 @@ @interface NSNotificationCenter (NSNotificationCenterAdditions) +#ifndef SP_REFACTOR - (void)postNotificationOnMainThread:(NSNotification *)notification; - (void)postNotificationOnMainThread:(NSNotification *)notification waitUntilDone:(BOOL)wait; - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object; - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo; - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait; +#else +- (void)sequelProPostNotificationOnMainThread:(NSNotification *)notification; +- (void)sequelProPostNotificationOnMainThread:(NSNotification *)notification waitUntilDone:(BOOL)wait; + +- (void)sequelProPostNotificationOnMainThreadWithName:(NSString *)name object:(id)object; +- (void)sequelProPostNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo; +- (void)sequelProPostNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait; +#endif @end -- cgit v1.2.3