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/IMapImageService.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'OpenSim/Services/Interfaces/IMapImageService.cs') diff --git a/OpenSim/Services/Interfaces/IMapImageService.cs b/OpenSim/Services/Interfaces/IMapImageService.cs index 0d1458e..b8d45dd 100644 --- a/OpenSim/Services/Interfaces/IMapImageService.cs +++ b/OpenSim/Services/Interfaces/IMapImageService.cs @@ -34,14 +34,8 @@ namespace OpenSim.Services.Interfaces public interface IMapImageService { //List GetMapBlocks(UUID scopeID, int minX, int minY, int maxX, int maxY); -<<<<<<< HEAD - bool AddMapTile(int x, int y, byte[] imageData, out string reason); - bool RemoveMapTile(int x, int y, out string reason); - byte[] GetMapTile(string fileName, out string format); -======= bool AddMapTile(int x, int y, byte[] imageData, UUID scopeID, out string reason); bool RemoveMapTile(int x, int y, UUID scopeID, out string reason); byte[] GetMapTile(string fileName, UUID scopeID, out string format); ->>>>>>> avn/ubitvar } } -- cgit v1.1