53 return [[
self alloc] initWithName:aNotificationName object:anObject userInfo:aUserInfo];
64 return [[
self alloc] initWithName:aNotificationName object:anObject userInfo:nil];
73 reason:"CPNotification's init method should not be used"];
90 _name = aNotificationName;
92 _userInfo = aUserInfo;