00001 /*------------------------------------------------------------------------- 00002 * 00003 * FILE 00004 * pqxx/transactionitf.h 00005 * 00006 * DESCRIPTION 00007 * Backward compatibility for when Transaction_base was TransactionItf 00008 * 00009 * Copyright (c) 2003, Jeroen T. Vermeulen <jtv@xs4all.nl> 00010 * 00011 *------------------------------------------------------------------------- 00012 */ 00013 #ifndef PQXX_TRANSACTIONITF_H 00014 #define PQXX_TRANSACTIONITF_H 00015 00016 #include <pqxx/transaction_base.h> 00017 00018 namespace pqxx 00019 { 00021 00024 typedef Transaction_base TransactionItf; 00025 } 00026 00027 #endif 00028