diff options
author | Justin Clarke Casey | 2007-12-31 23:20:49 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-31 23:20:49 +0000 |
commit | b8975ecbd9510bd8e766cb4ca06c5a70110187cd (patch) | |
tree | 7489daa7abfb2709f89f519a14dd15ce6e10bb9a /OpenSim/Framework/Communications/LoginService.cs | |
parent | * Added database and UserManagerBase glue for FriendsList management (diff) | |
download | opensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.zip opensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.tar.gz opensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.tar.bz2 opensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.tar.xz |
Make it possible for new inventory 'libraries' to be added without changing the default OpenSimLibrary files. Additional library folders and items can be added in a separate
directory
and linked in by an entry to inventory/Libraries.xml
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index afc6c9a..0531d6a 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -280,6 +280,7 @@ namespace OpenSim.Framework.UserManagement | |||
280 | } | 280 | } |
281 | return buddylistreturn; | 281 | return buddylistreturn; |
282 | } | 282 | } |
283 | |||
283 | /// <summary> | 284 | /// <summary> |
284 | /// Converts the inventory library skeleton into the form required by the rpc request. | 285 | /// Converts the inventory library skeleton into the form required by the rpc request. |
285 | /// </summary> | 286 | /// </summary> |