Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(824)

Unified Diff: third_party/ocmock/OCMock/OCPartialMockRecorder.m

Issue 2624143003: Update OCMock to 3.1.5 (Closed)
Patch Set: Patches in more commits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ocmock/OCMock/OCPartialMockRecorder.h ('k') | third_party/ocmock/OCMock/OCProtocolMockObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/OCMock/OCPartialMockRecorder.m
diff --git a/third_party/ocmock/OCMock/OCPartialMockRecorder.m b/third_party/ocmock/OCMock/OCPartialMockRecorder.m
deleted file mode 100644
index f40cb7ce67b8053b42c496ec27804cf793a3c7e7..0000000000000000000000000000000000000000
--- a/third_party/ocmock/OCMock/OCPartialMockRecorder.m
+++ /dev/null
@@ -1,27 +0,0 @@
-//---------------------------------------------------------------------------------------
-// $Id$
-// Copyright (c) 2009-2010 by Mulle Kybernetik. See License file for details.
-//---------------------------------------------------------------------------------------
-
-#import "OCPartialMockObject.h"
-#import "OCMRealObjectForwarder.h"
-#import "OCPartialMockRecorder.h"
-
-
-@implementation OCPartialMockRecorder
-
-- (id)andForwardToRealObject
-{
- [invocationHandlers addObject:[[[OCMRealObjectForwarder alloc] init] autorelease]];
- return self;
-}
-
-
-- (void)forwardInvocation:(NSInvocation *)anInvocation
-{
- [super forwardInvocation:anInvocation];
- // not as clean as I'd wish...
- [(OCPartialMockObject *)signatureResolver setupForwarderForSelector:[anInvocation selector]];
-}
-
-@end
« no previous file with comments | « third_party/ocmock/OCMock/OCPartialMockRecorder.h ('k') | third_party/ocmock/OCMock/OCProtocolMockObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698