diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-01 16:15:36 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-01 16:16:29 -0700 |
commit | fe89b650595d828f44270ee1226d72e945f7260c (patch) | |
tree | 7994fbbb23abc7ff0751ac9bb0d8cdb93bc32f6b /src/DotNetOAuth/Protocol.cs | |
parent | 4e83c2d321f57cac5e5605097faf15bf1b46efa5 (diff) | |
download | DotNetOpenAuth-fe89b650595d828f44270ee1226d72e945f7260c.zip DotNetOpenAuth-fe89b650595d828f44270ee1226d72e945f7260c.tar.gz DotNetOpenAuth-fe89b650595d828f44270ee1226d72e945f7260c.tar.bz2 |
Moved messaging infrastructure to its own namespace.
Diffstat (limited to 'src/DotNetOAuth/Protocol.cs')
-rw-r--r-- | src/DotNetOAuth/Protocol.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOAuth/Protocol.cs b/src/DotNetOAuth/Protocol.cs index e96b4d2..85bf12d 100644 --- a/src/DotNetOAuth/Protocol.cs +++ b/src/DotNetOAuth/Protocol.cs @@ -9,6 +9,7 @@ namespace DotNetOAuth { using System.Collections.Generic;
using System.Linq;
using System.Text;
+ using DotNetOAuth.Messaging;
/// <summary>
/// Constants used in the OAuth protocol.
|