aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-12-08 01:37:10 +0000
committerJustin Clark-Casey (justincc)2012-12-08 01:37:10 +0000
commit8de9f9dd4add219b072291c04ff55eb493d59ecf (patch)
tree772ece66adb36a7ce19dc64d7043878ee4851000 /OpenSim
parentRe-enable code disabled in f605a62 to allow a TaskInventoryAccepted message t... (diff)
parentFormat change (diff)
downloadopensim-SC_OLD-8de9f9dd4add219b072291c04ff55eb493d59ecf.zip
opensim-SC_OLD-8de9f9dd4add219b072291c04ff55eb493d59ecf.tar.gz
opensim-SC_OLD-8de9f9dd4add219b072291c04ff55eb493d59ecf.tar.bz2
opensim-SC_OLD-8de9f9dd4add219b072291c04ff55eb493d59ecf.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/PluginManager.cs2
-rw-r--r--OpenSim/Server/Base/CommandManager.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/PluginManager.cs b/OpenSim/Framework/PluginManager.cs
index 188d90a..23d5945 100644
--- a/OpenSim/Framework/PluginManager.cs
+++ b/OpenSim/Framework/PluginManager.cs
@@ -54,7 +54,7 @@ namespace OpenSim.Framework
54 54
55 } 55 }
56 56
57 /// <summary> 57 /// <summary>
58 /// Installs the plugin. 58 /// Installs the plugin.
59 /// </summary> 59 /// </summary>
60 /// <returns> 60 /// <returns>
diff --git a/OpenSim/Server/Base/CommandManager.cs b/OpenSim/Server/Base/CommandManager.cs
index 88aac00..bd18485 100644
--- a/OpenSim/Server/Base/CommandManager.cs
+++ b/OpenSim/Server/Base/CommandManager.cs
@@ -32,8 +32,8 @@ using System.Linq;
32using System.Collections; 32using System.Collections;
33using System.Collections.Generic; 33using System.Collections.Generic;
34using System.Collections.ObjectModel; 34using System.Collections.ObjectModel;
35using Mono.Addins.Setup;
35using Mono.Addins; 36using Mono.Addins;
36// using Mono.Addins.Setup;
37using Mono.Addins.Description; 37using Mono.Addins.Description;
38using OpenSim.Framework; 38using OpenSim.Framework;
39 39