1 ///////////////////////////////////////////////////////////////////////////////
\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
6 ///////////////////////////////////////////////////////////////////////////////
\r
8 // (C) Copyright 2000-2006 T.I.P. Group S.A. and the IBPP Team (www.ibpp.org)
\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
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
20 ///////////////////////////////////////////////////////////////////////////////
\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
33 ///////////////////////////////////////////////////////////////////////////////
\r
35 #include "_ibpp.cpp"
\r
42 #include "array.cpp"
\r
44 #include "database.cpp"
\r
46 #include "dbkey.cpp"
\r
47 #include "events.cpp"
\r
48 #include "exception.cpp"
\r
50 #include "service.cpp"
\r
51 #include "statement.cpp"
\r
53 #include "transaction.cpp"
\r