mapnik/plugins
Artem Pavlenko 066c8dfa1a Fixed envelope() method to return borrowed connection
NOTE : Always wrap connection into PoolGuard !!!
 
PoolGuard<shared_ptr<Connection>,shared_ptr<Pool<Connection,ConnectionCreator> > > guard(conn,pool);
2007-09-18 14:00:27 +00:00
..
input Fixed envelope() method to return borrowed connection 2007-09-18 14:00:27 +00:00
Makefile.am + added GNU autotools build environment 2007-09-14 23:07:16 +00:00