Merge branch 'master' of github.com:twotoasters/RestKit

This commit is contained in:
Jeremy Ellison
2010-07-14 15:02:58 -04:00
3 changed files with 5 additions and 3 deletions

View File

@@ -181,7 +181,9 @@
// Retain the response to prevent this thread from dealloc'ing before we have finished processing
[response retain];
[self performSelectorInBackground:@selector(processLoadModelsInBackground:) withObject:response];
}
} else {
// TODO: What do we do if this is not a 200, 4xx or 5xx response? Need new delegate method...
}
}
///////////////////////////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,7 @@
// RestKit
//
// Created by Jeff Arena on 4/26/10.
// Copyright 2010 GateGuru. All rights reserved.
// Copyright 2010 RestKit. All rights reserved.
//
#import <RestKit/RestKit.h>

View File

@@ -3,7 +3,7 @@
// RestKit
//
// Created by Jeff Arena on 4/26/10.
// Copyright 2010 GateGuru. All rights reserved.
// Copyright 2010 RestKit. All rights reserved.
//
#import "RKRequestModel.h"