From aad84f842f2f10c7c925fbfccdd6b592d9d6c47b Mon Sep 17 00:00:00 2001 From: David Ayers Date: Wed, 3 Nov 2004 12:03:14 +0000 Subject: [PATCH] * EOAccess/EOAdaptorContext.h: Only use ASCII characters. * EOAccess/EOSQLQualifier.m: Ditto. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20285 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ EOAccess/EOAdaptorContext.h | 2 +- EOAccess/EOSQLQualifier.m | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d96a030..3ac02ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-03 David Ayers + + * EOAccess/EOAdaptorContext.h: Only use ASCII characters. + * EOAccess/EOSQLQualifier.m: Ditto. + 2004-11-02 David Ayers * GDL2.gsdoc: New file for documentation project. diff --git a/EOAccess/EOAdaptorContext.h b/EOAccess/EOAdaptorContext.h index 0758af8..e39854c 100644 --- a/EOAccess/EOAdaptorContext.h +++ b/EOAccess/EOAdaptorContext.h @@ -51,7 +51,7 @@ typedef enum { /* The EOAdaptorContext class could be overriden for a concrete database adaptor. You have to override only those methods marked in this header - with `override'. + with 'override'. */ @interface EOAdaptorContext : NSObject diff --git a/EOAccess/EOSQLQualifier.m b/EOAccess/EOSQLQualifier.m index 7b01c50..c95e646 100644 --- a/EOAccess/EOSQLQualifier.m +++ b/EOAccess/EOSQLQualifier.m @@ -3,7 +3,7 @@ Copyright (C) 2002 Free Software Foundation, Inc. - Author: Manuel Guesdon + Author: Manuel Guesdon Date: February 2002 $Revision$