Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

transactionitf.h

Go to the documentation of this file.
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 

Generated on Sat May 24 02:03:12 2003 for libpqxx by doxygen1.3-rc3