diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs index 82ed5d4..b4302fd 100644 --- a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | |||
@@ -184,6 +184,7 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
184 | return false; | 184 | return false; |
185 | 185 | ||
186 | } | 186 | } |
187 | |||
187 | public bool SendReleaseAgent(ulong regionHandle, UUID id, string uri) | 188 | public bool SendReleaseAgent(ulong regionHandle, UUID id, string uri) |
188 | { | 189 | { |
189 | // Try local first | 190 | // Try local first |
@@ -209,11 +210,12 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
209 | //else | 210 | //else |
210 | // m_log.Warn("[REST COMMS]: Region not found " + regionHandle); | 211 | // m_log.Warn("[REST COMMS]: Region not found " + regionHandle); |
211 | return false; | 212 | return false; |
212 | } | 213 | } |
213 | 214 | ||
214 | #endregion /* IInterregionComms */ | 215 | #endregion /* IInterregionComms */ |
215 | 216 | ||
216 | #region DoWork functions for the above public interface | 217 | #region DoWork functions for the above public interface |
218 | |||
217 | //------------------------------------------------------------------- | 219 | //------------------------------------------------------------------- |
218 | // Internal functions for the above public interface | 220 | // Internal functions for the above public interface |
219 | //------------------------------------------------------------------- | 221 | //------------------------------------------------------------------- |
@@ -385,7 +387,6 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
385 | } | 387 | } |
386 | 388 | ||
387 | return true; | 389 | return true; |
388 | |||
389 | } | 390 | } |
390 | 391 | ||
391 | protected bool DoReleaseAgentCall(ulong regionHandle, UUID id, string uri) | 392 | protected bool DoReleaseAgentCall(ulong regionHandle, UUID id, string uri) |
@@ -418,7 +419,6 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
418 | } | 419 | } |
419 | 420 | ||
420 | return true; | 421 | return true; |
421 | |||
422 | } | 422 | } |
423 | 423 | ||
424 | protected bool DoCloseAgentCall(RegionInfo region, UUID id) | 424 | protected bool DoCloseAgentCall(RegionInfo region, UUID id) |
@@ -453,10 +453,9 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
453 | } | 453 | } |
454 | 454 | ||
455 | return true; | 455 | return true; |
456 | |||
457 | } | 456 | } |
458 | 457 | ||
459 | #endregion /* DoWork */ | 458 | #endregion /* Do Work */ |
460 | 459 | ||
461 | #region Incoming calls from remote instances | 460 | #region Incoming calls from remote instances |
462 | 461 | ||
@@ -653,9 +652,11 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
653 | responsedata["int_response_code"] = 200; | 652 | responsedata["int_response_code"] = 200; |
654 | responsedata["str_response_string"] = "OpenSim agent " + id.ToString(); | 653 | responsedata["str_response_string"] = "OpenSim agent " + id.ToString(); |
655 | } | 654 | } |
655 | |||
656 | #endregion | 656 | #endregion |
657 | 657 | ||
658 | #region Misc | 658 | #region Misc |
659 | |||
659 | /// <summary> | 660 | /// <summary> |
660 | /// Extract the param from an uri. | 661 | /// Extract the param from an uri. |
661 | /// </summary> | 662 | /// </summary> |