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)