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