Update of /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv19733
Modified Files:
ConnectionPoolDefinition.java
Log Message:
empty constructor for use by DataSource
Index: ConnectionPoolDefinition.java
===================================================================
RCS file: /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/ConnectionPoolDefinition.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ConnectionPoolDefinition.java 11 Mar 2003 14:51:49 -0000 1.15
--- ConnectionPoolDefinition.java 10 Apr 2003 21:50:16 -0000 1.16
***************
*** 95,98 ****
--- 95,104 ----
/**
+ * So we can set the values one by one if we want
+ */
+ public ConnectionPoolDefinition() {
+ }
+
+ /**
* Construct a new definition
* @param url the url that defines this pool
***************
*** 800,803 ****
--- 806,812 ----
Revision history:
$Log$
+ Revision 1.16 2003/04/10 21:50:16 billhorsman
+ empty constructor for use by DataSource
+
Revision 1.15 2003/03/11 14:51:49 billhorsman
more concurrency fixes relating to snapshots
|