[pgsqlclient-checkins] pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/NPgClient PgDbClient.cs,1.1
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-16 10:06:41
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/NPgClient In directory sc8-pr-cvs1:/tmp/cvs-serv15623 Modified Files: PgDbClient.cs Log Message: TLS Namespace change Index: PgDbClient.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/NPgClient/PgDbClient.cs,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** PgDbClient.cs 7 Oct 2003 09:06:15 -0000 1.19 --- PgDbClient.cs 16 Oct 2003 10:06:38 -0000 1.20 *************** *** 21,30 **** using System.IO; using System.Collections; using System.Net; using System.Net.Sockets; - using System.Text; ! using System.Security.Tls; ! using System.Security.Tls.Alerts; namespace PostgreSql.Data.NPgClient --- 21,30 ---- using System.IO; using System.Collections; + using System.Text; using System.Net; using System.Net.Sockets; ! using Mono.Security.Protocol.Tls; ! using Mono.Security.Protocol.Tls.Alerts; namespace PostgreSql.Data.NPgClient |