]> err.no Git - sope/blob - sope-gdl1/FrontBase2/common.h
renamed PostgreSQL72 to PostgreSQL, install in Library/GDLAdaptors-1.1
[sope] / sope-gdl1 / FrontBase2 / common.h
1 /* 
2    common.h
3
4    Copyright (C) 1999 MDlink online service center GmbH and Helge Hess
5
6    Author: Helge Hess (helge.hess@mdlink.de)
7
8    This file is part of the FB Adaptor Library
9
10    This library is free software; you can redistribute it and/or
11    modify it under the terms of the GNU Library General Public
12    License as published by the Free Software Foundation; either
13    version 2 of the License, or (at your option) any later version.
14
15    This library is distributed in the hope that it will be useful,
16    but WITHOUT ANY WARRANTY; without even the implied warranty of
17    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18    Library General Public License for more details.
19
20    You should have received a copy of the GNU Library General Public
21    License along with this library; see the file COPYING.LIB.
22    If not, write to the Free Software Foundation,
23    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24 */
25 // $Id: common.h 1 2004-08-20 10:38:46Z znek $
26
27 #ifndef ___FB_common_H___
28 #define ___FB_common_H___
29
30 #import <objc/objc-api.h>
31
32 #if LIB_FOUNDATION_BOEHM_GC
33 #  include <objc/gc.h>
34 #  include <objc/gc_typed.h>
35 #  include <extensions/GarbageCollector.h>
36 #endif
37
38 #import <Foundation/Foundation.h>
39
40
41 #if !LIB_FOUNDATION_LIBRARY
42 #  import <FoundationExt/NSObjectMacros.h>
43 #  import <FoundationExt/FoundationException.h>
44 #  import <FoundationExt/NSCoderExceptions.h>
45 #  import <FoundationExt/NSException.h>
46 #  import <FoundationExt/GeneralExceptions.h>
47 #  import <FoundationExt/objc-api.h>
48 #  import <FoundationExt/objc-runtime.h>
49 #else
50 #  import <Foundation/exceptions/GeneralExceptions.h>
51 #endif
52
53 #import <GDLAccess/EOAccess.h>
54
55 #import "FBException.h"
56 #import "FBSQLExpression.h"
57
58 #import "FBChannel.h"
59 #import "FBContext.h"
60 #import "FrontBase2Adaptor.h"
61
62 #import "FBChannel+Model.h"
63 #import "FBValues.h"
64 #import "EOAttribute+FB.h"
65 #import "NSString+FB.h"
66
67 #endif