--- parser3/src/include/pa_sql_connection.h 2001/10/29 17:35:50 1.17 +++ parser3/src/include/pa_sql_connection.h 2001/11/05 11:46:25 1.19 @@ -2,9 +2,9 @@ Parser: sql fconnection decl. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_sql_connection.h,v 1.17 2001/10/29 17:35:50 paf Exp $ + $Id: pa_sql_connection.h,v 1.19 2001/11/05 11:46:25 paf Exp $ */ #ifndef PA_SQL_CONNECTION_H @@ -36,7 +36,7 @@ public: time_stamp(0) { } - const String& url() { return furl; } + const String& get_url() { return furl; } void set_services(SQL_Driver_services *aservices) { time_stamp=time(0); // they started to use at this time @@ -45,6 +45,7 @@ public: bool expired(time_t older_dies) { return time_stampclose_connection(furl, *this);