diff options
author | Justin Clarke Casey | 2009-04-23 18:57:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-23 18:57:39 +0000 |
commit | 0d51c22620315f125ddbd3fe501eb93f318038d8 (patch) | |
tree | 31cf4ba3cc962497c0589dc12eb5642240670d13 /OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs | |
parent | * Add user data plugin to store temporary profiles (which are distinct from c... (diff) | |
download | opensim-SC-0d51c22620315f125ddbd3fe501eb93f318038d8.zip opensim-SC-0d51c22620315f125ddbd3fe501eb93f318038d8.tar.gz opensim-SC-0d51c22620315f125ddbd3fe501eb93f318038d8.tar.bz2 opensim-SC-0d51c22620315f125ddbd3fe501eb93f318038d8.tar.xz |
* Allow interested user data plugins to store temporary user profiles
* Database and the OGS1 plugins are not interested and hence ignore these calls
Diffstat (limited to 'OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs b/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs index 178c356..a5ee549 100644 --- a/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs +++ b/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs | |||
@@ -90,6 +90,11 @@ namespace OpenSim.Framework.Communications.Tests | |||
90 | 90 | ||
91 | private class FakeUserService : IUserService | 91 | private class FakeUserService : IUserService |
92 | { | 92 | { |
93 | public void AddTemporaryUserProfile(UserProfileData userProfile) | ||
94 | { | ||
95 | throw new NotImplementedException(); | ||
96 | } | ||
97 | |||
93 | public UserProfileData GetUserProfile(string firstName, string lastName) | 98 | public UserProfileData GetUserProfile(string firstName, string lastName) |
94 | { | 99 | { |
95 | throw new NotImplementedException(); | 100 | throw new NotImplementedException(); |