Revision: 1673
http://complement.svn.sourceforge.net/complement/?rev=1673&view=rev
Author: complement
Date: 2007-08-03 22:50:17 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
Condition -> condition
Modified Paths:
--------------
trunk/complement/explore/include/DB/PgSQL.h
Modified: trunk/complement/explore/include/DB/PgSQL.h
===================================================================
--- trunk/complement/explore/include/DB/PgSQL.h 2007-08-03 20:13:53 UTC (rev 1672)
+++ trunk/complement/explore/include/DB/PgSQL.h 2007-08-04 05:50:17 UTC (rev 1673)
@@ -72,7 +72,7 @@
DBconn *_conn;
xmt::Thread thr;
- xmt::Condition con_cond;
+ xmt::condition con_cond;
friend class Cursor;
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|