aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1
diff options
context:
space:
mode:
authorMW2007-11-16 13:39:11 +0000
committerMW2007-11-16 13:39:11 +0000
commit483377adaedefb12f19b3f843dbabfd7b545bf90 (patch)
treeceddc3cadc6d933e9964ad2ca2d694ca11452511 /OpenSim/Region/Communications/OGS1
parentfixed some AssemblyInfo files (diff)
downloadopensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.zip
opensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.tar.gz
opensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.tar.bz2
opensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.tar.xz
More cleaning up when deleting regions from a instance. NOTE: IGridServices.DeregisterRegion() method needs implementing for grid mode.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index 7ae95f1..c29dd41 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -112,6 +112,11 @@ namespace OpenSim.Region.Communications.OGS1
112 return m_localBackend.RegisterRegion(regionInfo); 112 return m_localBackend.RegisterRegion(regionInfo);
113 } 113 }
114 114
115 public bool DeregisterRegion(RegionInfo regionInfo)
116 {
117 return false;
118 }
119
115 /// <summary> 120 /// <summary>
116 /// 121 ///
117 /// </summary> 122 /// </summary>