Changeset 1369

Show
Ignore:
Timestamp:
08/10/08 00:44:17 (5 months ago)
Author:
jtv
Message:

Doc/comment update.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/pqxx/connection.hxx

    r1340 r1369  
    136136 
    137137 
    138 /// Nonfunctional, always-down connection policy for debugging purposes 
     138/// Nonfunctional, always-down connection policy for testing/debugging purposes 
    139139/** @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. 
    143142 */ 
    144143class PQXX_LIBEXPORT connect_null  : public connectionpolicy 
  • trunk/src/connection.cxx

    r1366 r1369  
    88 *   Different ways of setting up a backend connection. 
    99 * 
    10  * Copyright (c) 2001-2007, Jeroen T. Vermeulen <jtv@xs4all.nl> 
     10 * Copyright (c) 2001-2008, Jeroen T. Vermeulen <jtv@xs4all.nl> 
    1111 * 
    1212 * See COPYING for copyright license.  If you did not receive a file called