seems to compile ( tests comented out)

This commit is contained in:
UbitUmarov
2015-09-02 19:54:53 +01:00
parent 371c9dd2af
commit a11edceb00
157 changed files with 1315 additions and 9792 deletions

View File

@@ -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