aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/LibraryService.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-26 20:32:22 +0000
committerJustin Clark-Casey (justincc)2013-03-26 20:32:22 +0000
commit13170ca627d266bbd53cd32fa71a5caa47f6fb98 (patch)
tree1398da06f070a14d6741b1418e3ce0bbcb705381 /OpenSim/Services/InventoryService/LibraryService.cs
parentMake llGetLinkPrimitiveParams() and llGetPrimitiveParams() work for avatars i... (diff)
parentImplement a pref to turn on the simulator ExportSupported feature entry. (diff)
downloadopensim-SC-13170ca627d266bbd53cd32fa71a5caa47f6fb98.zip
opensim-SC-13170ca627d266bbd53cd32fa71a5caa47f6fb98.tar.gz
opensim-SC-13170ca627d266bbd53cd32fa71a5caa47f6fb98.tar.bz2
opensim-SC-13170ca627d266bbd53cd32fa71a5caa47f6fb98.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/InventoryService/LibraryService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/InventoryService/LibraryService.cs b/OpenSim/Services/InventoryService/LibraryService.cs
index f90895b..c4a5572 100644
--- a/OpenSim/Services/InventoryService/LibraryService.cs
+++ b/OpenSim/Services/InventoryService/LibraryService.cs
@@ -38,6 +38,7 @@ using OpenSim.Services.Interfaces;
38using log4net; 38using log4net;
39using Nini.Config; 39using Nini.Config;
40using OpenMetaverse; 40using OpenMetaverse;
41using PermissionMask = OpenSim.Framework.PermissionMask;
41 42
42namespace OpenSim.Services.InventoryService 43namespace OpenSim.Services.InventoryService
43{ 44{