From a11edceb00b5b86f825bd957bdac9edb91f893dd Mon Sep 17 00:00:00 2001
From: UbitUmarov
Date: Wed, 2 Sep 2015 19:54:53 +0100
Subject: seems to compile ( tests comented out)
---
OpenSim/Services/Interfaces/ISimulationService.cs | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
(limited to 'OpenSim/Services/Interfaces/ISimulationService.cs')
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs
index ee1e294..3573bea 100644
--- a/OpenSim/Services/Interfaces/ISimulationService.cs
+++ b/OpenSim/Services/Interfaces/ISimulationService.cs
@@ -86,7 +86,7 @@ namespace OpenSim.Services.Interfaces
/// The visitor's Home URI. Will be missing (null) in older OpenSims.
/// True: via teleport; False: via cross (walking)
/// Position in the region
-<<<<<<< HEAD
+
///
/// Version that the requesting simulator is runing. If null then no version check is carried out.
///
@@ -94,13 +94,6 @@ namespace OpenSim.Services.Interfaces
/// [out] Optional error message
/// True: ok; False: not allowed
bool QueryAccess(GridRegion destination, UUID agentID, string agentHomeURI, bool viaTeleport, Vector3 position, string sversion, List features, out string version, out string reason);
-=======
- /// version that the requesting simulator is runing
- /// version that the target simulator is running
- /// [out] Optional error message
- /// True: ok; False: not allowed
- bool QueryAccess(GridRegion destination, UUID agentID, string agentHomeURI, bool viaTeleport, Vector3 position, string sversion, out string version, out string reason);
->>>>>>> avn/ubitvar
///
/// Message from receiving region to departing region, telling it got contacted by the client.
--
cgit v1.1