|
|
| version 1.69.2.17.2.7, 2003/03/24 17:00:50 | version 1.69.2.17.2.8, 2003/03/24 17:12:34 |
|---|---|
| Line 29 const time_t CHECK_EXPIRED_CONNECTIONS_S | Line 29 const time_t CHECK_EXPIRED_CONNECTIONS_S |
| const String& SQL_Driver_services_impl::url_without_login() const { | const String& SQL_Driver_services_impl::url_without_login() const { |
| String& result=*new String; | String& result=*new String; |
| result << furl->mid(0, furl->pos(":")) << "://****"; | result << furl->mid(0, furl->pos(':')) << "://****"; |
| size_t at_pos=furl->pos("@"); | size_t at_pos=furl->pos('@'); |
| if(at_pos!=STRING_NOT_FOUND) | if(at_pos!=STRING_NOT_FOUND) |
| result << furl->mid(at_pos, furl->length()); | result << furl->mid(at_pos, furl->length()); |