From cda526939145d92794eb14554ef43badaf06c149 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Fri, 11 Jul 2008 02:04:02 +0000 Subject: Mantis#1682. Revert temporarily, Sempuki's mono addins patch while he studies the issues in Windows a little bit. --- OpenSim/Grid/GridServer/IGridPlugin.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Grid/GridServer/IGridPlugin.cs') diff --git a/OpenSim/Grid/GridServer/IGridPlugin.cs b/OpenSim/Grid/GridServer/IGridPlugin.cs index b8ac611..6593962 100644 --- a/OpenSim/Grid/GridServer/IGridPlugin.cs +++ b/OpenSim/Grid/GridServer/IGridPlugin.cs @@ -26,10 +26,14 @@ * */ +using Mono.Addins; using OpenSim.Framework; +[assembly : AddinRoot("OpenSim", "0.5")] + namespace OpenSim.Grid.GridServer { + [TypeExtensionPoint("/OpenSim/GridServer")] public interface IGridPlugin : IPlugin { void Initialise(GridServerBase gridServer); -- cgit v1.1