mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -25,24 +25,14 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
<<<<<<< HEAD
|
||||
using System.Drawing;
|
||||
using OpenSim.Framework;
|
||||
=======
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using System.Drawing;
|
||||
>>>>>>> avn/ubitvar
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IMapImageUploadModule
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
void UploadMapTile(IScene scene, Bitmap mapTile);
|
||||
}
|
||||
}
|
||||
=======
|
||||
/// <summary>
|
||||
/// Upload a new maptile
|
||||
/// </summary>
|
||||
@@ -50,4 +40,3 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void UploadMapTile(IScene scene, Bitmap mapTile);
|
||||
}
|
||||
}
|
||||
>>>>>>> avn/ubitvar
|
||||
|
||||
Reference in New Issue
Block a user