* 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
This commit is contained in:
David Ayers 2004-11-03 12:03:14 +00:00
parent e9534fd2dc
commit aad84f842f
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-11-03 David Ayers <d.ayers@inode.at>
* EOAccess/EOAdaptorContext.h: Only use ASCII characters.
* EOAccess/EOSQLQualifier.m: Ditto.
2004-11-02 David Ayers <d.ayers@inode.at>
* GDL2.gsdoc: New file for documentation project.

View file

@ -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

View file

@ -3,7 +3,7 @@
Copyright (C) 2002 Free Software Foundation, Inc.
Author: Manuel Guesdon <mguesdon@orange-concept.coù>
Author: Manuel Guesdon <mguesdon@orange-concept.com>
Date: February 2002
$Revision$