1 //---------------------------------------------------------------------------------------
3 // Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
4 //---------------------------------------------------------------------------------------
6 #import "OCMNotificationPoster.h"
9 @implementation OCMNotificationPoster
11 - (id)initWithNotification:(id)aNotification
14 notification = [aNotification retain];
20 [notification release];
24 - (void)handleInvocation:(NSInvocation *)anInvocation
26 [[NSNotificationCenter defaultCenter] postNotification:notification];