From 113bae4638a5bd97b634c54842bd620993d65356 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Wed, 16 Jan 2013 15:09:25 -0500 Subject: [PATCH] add updateCPathInFolderInfo: withCPath2 definition --- SOPE/GDLContentStore/GCSSpecialQueries.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SOPE/GDLContentStore/GCSSpecialQueries.h b/SOPE/GDLContentStore/GCSSpecialQueries.h index 24330d848..62fa30b2f 100644 --- a/SOPE/GDLContentStore/GCSSpecialQueries.h +++ b/SOPE/GDLContentStore/GCSSpecialQueries.h @@ -40,6 +40,9 @@ - (NSString *) createSessionsFolderWithName: (NSString *) tableName; - (NSDictionary *) sessionsAttributeTypes; +- (NSString *) updateCPathInFolderInfo: (NSString *) tableName + withCPath2: (NSString *) c_path2; + @end @interface EOAdaptorChannel (GCSSpecialQueries)