]> git.stg.codes - stg.git/blob - libs/ibpp/all_in_one.cpp
Port to CMake, get rid of os_int.h.
[stg.git] / libs / ibpp / all_in_one.cpp
1 ///////////////////////////////////////////////////////////////////////////////\r
2 //\r
3 //      File    : $Id: all_in_one.cpp,v 1.1 2007/05/05 17:00:42 faust Exp $\r
4 //      Subject : "All In One" source code file\r
5 //\r
6 ///////////////////////////////////////////////////////////////////////////////\r
7 //\r
8 //      (C) Copyright 2000-2006 T.I.P. Group S.A. and the IBPP Team (www.ibpp.org)\r
9 //\r
10 //      The contents of this file are subject to the IBPP License (the "License");\r
11 //      you may not use this file except in compliance with the License.  You may\r
12 //      obtain a copy of the License at http://www.ibpp.org or in the 'license.txt'\r
13 //      file which must have been distributed along with this file.\r
14 //\r
15 //      This software, distributed under the License, is distributed on an "AS IS"\r
16 //      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the\r
17 //      License for the specific language governing rights and limitations\r
18 //      under the License.\r
19 //\r
20 ///////////////////////////////////////////////////////////////////////////////\r
21 //\r
22 //      COMMENTS\r
23 //      * Tabulations should be set every four characters when editing this file.\r
24 //      * This file is just an "all in one" holder for all the core source files\r
25 //        of IBPP. When you build a project made of each individual source code\r
26 //        files, please DON'T include this one.\r
27 //        Though if you prefer, maybe for better compiler optimizations, you can\r
28 //        compile all of IBPP at once by just compiling this single .cpp file,\r
29 //        which in turn, includes all the others. Presenting such a single\r
30 //        compilation unit to the compiler may help it do better optimizations.\r
31 //        This is just provided for convenience and is in no case required.\r
32 //\r
33 ///////////////////////////////////////////////////////////////////////////////\r
34 \r
35 #include "_ibpp.cpp"\r
36 #include "_dpb.cpp"\r
37 #include "_ibs.cpp"\r
38 #include "_rb.cpp"\r
39 #include "_spb.cpp"\r
40 #include "_tpb.cpp"\r
41 \r
42 #include "array.cpp"\r
43 #include "blob.cpp"\r
44 #include "database.cpp"\r
45 #include "date.cpp"\r
46 #include "dbkey.cpp"\r
47 #include "events.cpp"\r
48 #include "exception.cpp"\r
49 #include "row.cpp"\r
50 #include "service.cpp"\r
51 #include "statement.cpp"\r
52 #include "time.cpp"\r
53 #include "transaction.cpp"\r
54 #include "user.cpp"\r
55 \r
56 // Eof\r