Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

connection.h

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  *   FILE
00004  *      pqxx/connection.h
00005  *
00006  *   DESCRIPTION
00007  *      This header is deprecated.  Use "connection" instead (no ".h")
00008  *
00009  * Copyright (c) 2001-2003, Jeroen T. Vermeulen <jtv@xs4all.nl>
00010  *
00011  * See COPYING for copyright license.  If you did not receive a file called
00012  * COPYING with this source code, please notify the distributor of this mistake,
00013  * or contact the author.
00014  *
00015  *-------------------------------------------------------------------------
00016  */
00017 #ifndef PQXX_CONNECTION_H
00018 #define PQXX_CONNECTION_H
00019 
00020 #include "pqxx/util.h"
00021 #include "pqxx/connection"
00022 #include "pqxx/transactor"
00023 
00024 namespace pqxx
00025 {
00027 typedef connection Connection;
00028 
00029 
00031 typedef lazyconnection LazyConnection;
00032 }
00033 
00034 #endif
00035 

Generated on Mon Nov 15 11:27:59 2004 for libpqxx by  doxygen 1.3.9.1