XTA: API Reference for C++ language

Xta.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2009-2018, Christian Ferrari <tiian@users.sourceforge.net>
3  * All rights reserved.
4  *
5  * This file is part of LIXA.
6  *
7  * LIXA is free software: you can redistribute this file and/or modify
8  * it under the terms of the GNU Lesser General Public License version 2.1 as
9  * published by the Free Software Foundation.
10  *
11  * LIXA is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public License
17  * along with LIXA. If not, see <http://www.gnu.org/licenses/>.
18  */
19 #ifndef XTA_HPP
20 # define XTA_HPP
21 
22 
23 
24 /* include XTA header file */
25 #include "xta.h"
26 /* include all XTA C++ header files */
27 #include "Config.hpp"
28 #include "Exception.hpp"
29 #include "NativeXaResource.hpp"
30 #include "MysqlXaResource.hpp"
31 #include "PostgresqlXaResource.hpp"
32 #include "Transaction.hpp"
33 #include "TransactionManager.hpp"
34 
35 
36 
37 namespace xta {
38  class Xta {
39  public:
44  static void init(void);
45  };
46 };
47 
48 
49 
50 #endif /* XTA_HPP */
static void init(void)
Definition: Xta.cpp:36
Definition: Xta.hpp:38

Copyright © 2009-2019, Christian Ferrari tiian@users.sourceforge.net http://www.tiian.org/