From d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 27 May 2010 20:08:13 +0000 Subject: Rename TablesList to SPTablesList. --- Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/MCPKit') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m index f56e4750..eca76dcb 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m @@ -2035,7 +2035,7 @@ void performThreadedKeepAlive(void *ptr) return; } - // Retrieve the tables and views for this database from tablesList (TODO: split out of MCPKit) + // Retrieve the tables and views for this database from SPTablesList (TODO: split out of MCPKit) NSMutableArray *tablesAndViews = [NSMutableArray array]; for (id aTable in [[[self delegate] valueForKeyPath:@"tablesListInstance"] allTableNames]) { NSDictionary *aTableDict = [NSDictionary dictionaryWithObjectsAndKeys: -- cgit v1.2.3