diff options
author | Justin Clarke Casey | 2009-04-23 18:24:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-23 18:24:39 +0000 |
commit | ef9d140022b57b175f41602731ec73775bdf2d9c (patch) | |
tree | d7a561e3ce85b3064b3f84b06d2e3f2fb4f4301e /OpenSim/Client/Linden | |
parent | fix up contributors list to have 3 contributors sections (diff) | |
download | opensim-SC_OLD-ef9d140022b57b175f41602731ec73775bdf2d9c.zip opensim-SC_OLD-ef9d140022b57b175f41602731ec73775bdf2d9c.tar.gz opensim-SC_OLD-ef9d140022b57b175f41602731ec73775bdf2d9c.tar.bz2 opensim-SC_OLD-ef9d140022b57b175f41602731ec73775bdf2d9c.tar.xz |
* Add user data plugin to store temporary profiles (which are distinct from cached)
* Plugin not yet used
* Existing functionality should not be affected in any way
Diffstat (limited to 'OpenSim/Client/Linden')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginService.cs b/OpenSim/Client/Linden/LLStandaloneLoginService.cs index 5e286e2..7316587 100644 --- a/OpenSim/Client/Linden/LLStandaloneLoginService.cs +++ b/OpenSim/Client/Linden/LLStandaloneLoginService.cs | |||
@@ -57,7 +57,6 @@ namespace OpenSim.Client.Linden | |||
57 | /// </summary> | 57 | /// </summary> |
58 | protected ILoginServiceToRegionsConnector m_regionsConnector; | 58 | protected ILoginServiceToRegionsConnector m_regionsConnector; |
59 | 59 | ||
60 | |||
61 | public LLStandaloneLoginService( | 60 | public LLStandaloneLoginService( |
62 | UserManagerBase userManager, string welcomeMess, | 61 | UserManagerBase userManager, string welcomeMess, |
63 | IInterServiceInventoryServices interServiceInventoryService, | 62 | IInterServiceInventoryServices interServiceInventoryService, |