1 //
2 // AutoTransaction.h
3 //
4 // Library: Data
5 // Package: DataCore
6 // Module:  AutoTransaction
7 //
8 // Forward header for the Transaction class.
9 //
10 // Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
11 // and Contributors.
12 //
13 // SPDX-License-Identifier:	BSL-1.0
14 //
15 
16 
17 
18 #ifndef Data_AutoTransaction_INCLUDED
19 #define Data_AutoTransaction_INCLUDED
20 
21 
22 #include "Poco/Data/Transaction.h"
23 
24 
25 namespace Poco {
26 namespace Data {
27 
28 
29 using AutoTransaction = Transaction;
30 
31 
32 } } // namespace Poco::Data
33 
34 
35 #endif // Data_AutoTransaction_INCLUDED
36