Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Coleman <tim@mono-cvs.ximian.com>2002-11-21 19:55:20 +0300
committerTim Coleman <tim@mono-cvs.ximian.com>2002-11-21 19:55:20 +0300
commit50793b9078282ec45d3b90c58ab31b3469e53ded (patch)
tree74aecb31f55fb1a4cffe61e58dab066cf3e37332 /mcs/class/System.Data/System.Data.SqlTypes
parent162a4d7cb862d04a8fe8875ed9308a57ec53c177 (diff)
2002-11-21 Tim Coleman <tim@timcoleman.com>
* System.Data.build: * System.Data.SqlClient/SqlCommand.cs: * System.Data.SqlClient/SqlConnection.cs: * System.Data.SqlClient/SqlConnectionPool.cs: * System.Data.SqlClient/SqlDataReader.cs: * System.Data.SqlClient/SqlException.cs: * System.Data.SqlClient/SqlInfoMessageEventArgs.cs: * System.Data.SqlClient/SqlParameter.cs: * System.Data.SqlClient/SqlTransaction.cs: * System.Data.SqlClient/SqlXmlTextReader.cs: * System.Data.SqlTypes/SqlDecimal.cs: Modify to accept new Mono.Data.Tds.Protocol namespace in Mono.Data.Tds assembly, replacing Mono.Data.TdsClient.Internal svn path=/trunk/mcs/; revision=9131
Diffstat (limited to 'mcs/class/System.Data/System.Data.SqlTypes')
-rw-r--r--mcs/class/System.Data/System.Data.SqlTypes/SqlDecimal.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/System.Data.SqlTypes/SqlDecimal.cs b/mcs/class/System.Data/System.Data.SqlTypes/SqlDecimal.cs
index 494d84546fb..7b65bbfbb7e 100644
--- a/mcs/class/System.Data/System.Data.SqlTypes/SqlDecimal.cs
+++ b/mcs/class/System.Data/System.Data.SqlTypes/SqlDecimal.cs
@@ -8,7 +8,7 @@
// (C) Copyright 2002 Tim Coleman
//
-using Mono.Data.TdsClient.Internal;
+using Mono.Data.Tds.Protocol;
using System;
using System.Text;
using System.Globalization;