Skip to content

Commit

Permalink
added missing CPNull imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Jan 12, 2010
1 parent a33b70f commit 9e62fdc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions Foundation/CPArray+KVO.j
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

@import "CPArray.j"
@import "CPNull.j"

@implementation CPObject (CPArrayKVO)

Expand Down
3 changes: 2 additions & 1 deletion Foundation/CPKeyValueCoding.j
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
*/

@import "CPArray.j"
@import "CPObject.j"
@import "CPDictionary.j"
@import "CPNull.j"
@import "CPObject.j"


var CPObjectAccessorsForClass = nil,
Expand Down
1 change: 1 addition & 0 deletions Foundation/CPKeyValueObserving.j
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@import "CPArray.j"
@import "CPDictionary.j"
@import "CPException.j"
@import "CPNull.j"
@import "CPObject.j"
@import "CPSet.j"

Expand Down
2 changes: 1 addition & 1 deletion Foundation/CPKeyedUnarchiver.j
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

@import "CPNull.j"
@import "CPCoder.j"
@import "CPNull.j"


CPInvalidUnarchiveOperationException = @"CPInvalidUnarchiveOperationException";
Expand Down
3 changes: 2 additions & 1 deletion Foundation/CPNotificationCenter.j
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@

@import "CPArray.j"
@import "CPDictionary.j"
@import "CPNotification.j"
@import "CPException.j"
@import "CPNotification.j"
@import "CPNull.j"


var CPNotificationDefaultCenter = nil;
Expand Down

0 comments on commit 9e62fdc

Please sign in to comment.