From 2b1d5f96931d0a5e92d05e910a8f92eab56bceec Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 22 Jan 2016 21:41:56 +0100 Subject: [PATCH] Updated to new routine type. --- .../store/database/database_iteration_cursor.e | 2 +- library/persistence/store_mysql/store_mysql-safe.ecf | 9 +++++---- library/persistence/store_odbc/store_odbc-safe.ecf | 9 +++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/library/persistence/implementation/store/database/database_iteration_cursor.e b/library/persistence/implementation/store/database/database_iteration_cursor.e index 947191d..5d7ad25 100644 --- a/library/persistence/implementation/store/database/database_iteration_cursor.e +++ b/library/persistence/implementation/store/database/database_iteration_cursor.e @@ -80,7 +80,7 @@ feature -- Cursor feature -- Action - action: FUNCTION [detachable TUPLE, G] + action: FUNCTION [DB_TUPLE, G] -- Agent to create a new item of type G. feature {NONE} -- Implementation diff --git a/library/persistence/store_mysql/store_mysql-safe.ecf b/library/persistence/store_mysql/store_mysql-safe.ecf index b397e9c..51b813a 100644 --- a/library/persistence/store_mysql/store_mysql-safe.ecf +++ b/library/persistence/store_mysql/store_mysql-safe.ecf @@ -1,8 +1,9 @@ - + + CMS Eiffel Store MySQL persistence solution - @@ -26,9 +27,9 @@ - /EIFGENs$ - /CVS$ /.svn$ + /CVS$ + /EIFGENs$ diff --git a/library/persistence/store_odbc/store_odbc-safe.ecf b/library/persistence/store_odbc/store_odbc-safe.ecf index e06a4d0..6fd8c99 100644 --- a/library/persistence/store_odbc/store_odbc-safe.ecf +++ b/library/persistence/store_odbc/store_odbc-safe.ecf @@ -1,8 +1,9 @@ - + + CMS Eiffel Store ODBC persistence solution - @@ -22,9 +23,9 @@ - /EIFGENs$ - /CVS$ /.svn$ + /CVS$ + /EIFGENs$