Changeset 1369
- Timestamp:
- 08/10/08 00:44:17 (5 months ago)
- Files:
-
- trunk/include/pqxx/connection.hxx (modified) (1 diff)
- trunk/src/connection.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/pqxx/connection.hxx
r1340 r1369 136 136 137 137 138 /// Nonfunctional, always-down connection policy for debugging purposes138 /// Nonfunctional, always-down connection policy for testing/debugging purposes 139 139 /** @warning You don't want to use this policy in normal code. 140 * Written purely for debugging of exception handling, this "connection policy" 141 * always fails to connect, and the internal connection pointer always remains 142 * null. 140 * Written for debugging and testing, this "connection policy" always fails to 141 * connect, and the internal connection pointer always remains null. 143 142 */ 144 143 class PQXX_LIBEXPORT connect_null : public connectionpolicy trunk/src/connection.cxx
r1366 r1369 8 8 * Different ways of setting up a backend connection. 9 9 * 10 * Copyright (c) 2001-200 7, Jeroen T. Vermeulen <jtv@xs4all.nl>10 * Copyright (c) 2001-2008, Jeroen T. Vermeulen <jtv@xs4all.nl> 11 11 * 12 12 * See COPYING for copyright license. If you did not receive a file called
