From 1a71a3a56776bc1d91f9da031a295fd4a0023e87 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Sun, 21 Sep 2008 16:58:14 +0000
Subject: * Fix http://opensimulator.org/mantis/view.php?id=2189 * Allow a grid
mode region simulator to properly shutdown even if the grid service is
offline
---
OpenSim/Framework/Communications/IGridServices.cs | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'OpenSim/Framework/Communications')
diff --git a/OpenSim/Framework/Communications/IGridServices.cs b/OpenSim/Framework/Communications/IGridServices.cs
index f6a2885..177009d 100644
--- a/OpenSim/Framework/Communications/IGridServices.cs
+++ b/OpenSim/Framework/Communications/IGridServices.cs
@@ -47,6 +47,12 @@ namespace OpenSim.Framework.Communications
/// Thrown if region registration failed
RegionCommsListener RegisterRegion(RegionInfo regionInfos);
+ ///
+ /// Deregister a region with the grid service.
+ ///
+ ///
+ ///
+ /// Thrown if region deregistration failed
bool DeregisterRegion(RegionInfo regionInfo);
///
--
cgit v1.1