aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions
diff options
context:
space:
mode:
authorDiva Canto2015-09-06 09:31:35 -0700
committerDiva Canto2015-09-06 09:31:35 -0700
commit4f208b6282174bf19a5d9c6802f90900c0e74ec8 (patch)
tree480f07fdacb248355e491a21130cb97d0f4053c5 /OpenSim/ApplicationPlugins/LoadRegions
parentAmend to previous commit: delete the corresponding AssemblyInfo's (diff)
downloadopensim-SC_OLD-4f208b6282174bf19a5d9c6802f90900c0e74ec8.zip
opensim-SC_OLD-4f208b6282174bf19a5d9c6802f90900c0e74ec8.tar.gz
opensim-SC_OLD-4f208b6282174bf19a5d9c6802f90900c0e74ec8.tar.bz2
opensim-SC_OLD-4f208b6282174bf19a5d9c6802f90900c0e74ec8.tar.xz
Related to previous commits: fixed namespace.
Diffstat (limited to 'OpenSim/ApplicationPlugins/LoadRegions')
-rw-r--r--OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs b/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs
index c566fc7..2d1505d 100644
--- a/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs
+++ b/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs
@@ -26,8 +26,9 @@
26 */ 26 */
27 27
28using Nini.Config; 28using Nini.Config;
29using OpenSim.Framework;
29 30
30namespace OpenSim.Framework 31namespace OpenSim.ApplicationPlugins.LoadRegions
31{ 32{
32 public interface IRegionLoader 33 public interface IRegionLoader
33 { 34 {