summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-07-19 20:27:30 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-07-19 20:27:30 -0700
commitacf57b014c0219133c6ab041edf5c19ce1b6ac20 (patch)
treefa4b5cf6a7a95b620e1d1b2efb30abd6eb68a852 /src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
parent4ad8df0dc687e0d4359026e3737d8cca6412892e (diff)
parent0cfab05dbcb1449f692e227cb06a103a230c18a9 (diff)
downloadDotNetOpenAuth-acf57b014c0219133c6ab041edf5c19ce1b6ac20.zip
DotNetOpenAuth-acf57b014c0219133c6ab041edf5c19ce1b6ac20.tar.gz
DotNetOpenAuth-acf57b014c0219133c6ab041edf5c19ce1b6ac20.tar.bz2
Merge branch 'v3.1' into v3.2
Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs')
-rw-r--r--src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs b/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
index 48547b7..aae119d 100644
--- a/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
+++ b/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
@@ -12,6 +12,7 @@ namespace DotNetOpenAuth.Test.Mocks {
using DotNetOpenAuth.Messaging;
using DotNetOpenAuth.OAuth.ChannelElements;
using DotNetOpenAuth.OAuth.Messages;
+ using DotNetOpenAuth.Test.OAuth;
internal class InMemoryTokenManager : IConsumerTokenManager, IServiceProviderTokenManager {
private KeyedCollectionDelegate<string, ConsumerInfo> consumers = new KeyedCollectionDelegate<string, ConsumerInfo>(c => c.Key);