+2005-06-02 Helge Hess <helge.hess@skyrix.com>
+
+ * EOJoinTypes.h: properly protect header against multiple inclusion
+ (fixes a compilation issue) (v4.5.52)
+
2005-05-05 Helge Hess <helge.hess@opengroupware.org>
* fixed gcc 4.0 warnings (v4.5.51)
-// $Id: EOJoinTypes.h 1 2004-08-20 10:38:46Z znek $
+/*
+ EOSQLExpression.m
+
+ Copyright (C) 1996 Free Software Foundation, Inc.
+
+ Author: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
+ Date: September 1996
+
+ This file is part of the GNUstep Database Library.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
+
+#ifndef __EOJoinTypes_h__
+#define __EOJoinTypes_h__
typedef enum {
EOInnerJoin = 0,
} EOJoinOperator;
@class EOJoin;
+
+#endif /* __EOJoinTypes_h__ */
#include "EOSQLExpression.h"
#include "common.h"
-#import "EOAdaptor.h"
-#import "EOAdaptorChannel.h"
-#import "EOAdaptorContext.h"
-#import "EOAttribute.h"
-#import "EOAttributeOrdering.h"
-#import "EOEntity.h"
-#import "EOFExceptions.h"
-#import "EOSQLQualifier.h"
-#import "EORelationship.h"
-#import <EOControl/EOFetchSpecification.h>
-#import <EOControl/EONull.h>
-#import <EOControl/EOQualifier.h>
-#import <EOControl/EOSortOrdering.h>
+#include "EOAdaptor.h"
+#include "EOAdaptorChannel.h"
+#include "EOAdaptorContext.h"
+#include "EOAttribute.h"
+#include "EOAttributeOrdering.h"
+#include "EOEntity.h"
+#include "EOFExceptions.h"
+#include "EOSQLQualifier.h"
+#include "EORelationship.h"
+#include <EOControl/EOFetchSpecification.h>
+#include <EOControl/EONull.h>
+#include <EOControl/EOQualifier.h>
+#include <EOControl/EOSortOrdering.h>
#if LIB_FOUNDATION_LIBRARY
# include <extensions/DefaultScannerHandler.h>
# version file
-SUBMINOR_VERSION:=51
+SUBMINOR_VERSION:=52