marking IRegionModule interface as obsolete via System.ObsoleteAttribute, intentionally triggering a bunch of warnings in compiler output in hopes of encouraging other developers to refactor built-in modules when they have free time.
parent
61b816ebba
commit
5bff741544
|
@ -24,6 +24,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
using System;
|
||||
|
||||
using Nini.Config;
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
|
@ -33,6 +34,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
|||
/// <summary>
|
||||
/// DEPRECATED! Use INonSharedRegionModule or ISharedRegionModule instead
|
||||
/// </summary>
|
||||
[Obsolete("Use INonSharedRegionModule or ISharedRegionModule instead", false)]
|
||||
public interface IRegionModule
|
||||
{
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue