gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to understand NSOperation


From: Banlu Kemiyatorn
Subject: Re: Trying to understand NSOperation
Date: Mon, 28 Feb 2011 04:46:46 +0700

- (void) addDependency: (NSOperation *)op
{
  if (NO == [op isKindOfClass: [self class]])
    {
...

Should [self class] be [NSOperation class] ? but why bother checking at all?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]