summaryrefslogtreecommitdiffstats
path: root/samples/ServiceProvider/App_Code/Global.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-11-03 16:02:57 -0800
committerAndrew <andrewarnott@gmail.com>2008-11-03 16:02:57 -0800
commitaa1f55f58a561ff64dc268977d0d7c9decb92bbe (patch)
treefd685f00353d26493b40df7eaeac78745e27d1b8 /samples/ServiceProvider/App_Code/Global.cs
parentf1794fc8779ae39ac3d5bc6e8b811523e62ca482 (diff)
downloadDotNetOpenAuth-aa1f55f58a561ff64dc268977d0d7c9decb92bbe.zip
DotNetOpenAuth-aa1f55f58a561ff64dc268977d0d7c9decb92bbe.tar.gz
DotNetOpenAuth-aa1f55f58a561ff64dc268977d0d7c9decb92bbe.tar.bz2
Moved all the OAuth classes into its own namespace in preparation to receiving DotNetOpenId merge.
Diffstat (limited to 'samples/ServiceProvider/App_Code/Global.cs')
-rw-r--r--samples/ServiceProvider/App_Code/Global.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/ServiceProvider/App_Code/Global.cs b/samples/ServiceProvider/App_Code/Global.cs
index aa0d738..9ece43c 100644
--- a/samples/ServiceProvider/App_Code/Global.cs
+++ b/samples/ServiceProvider/App_Code/Global.cs
@@ -3,7 +3,7 @@ using System.Linq;
using System.ServiceModel;
using System.Text;
using System.Web;
-using DotNetOAuth.Messages;
+using DotNetOAuth.OAuth.Messages;
/// <summary>
/// The web application global events and properties.