Update svn properties.

This commit is contained in:
Jeff Ames
2009-04-21 15:30:03 +00:00
parent d2d0b9877f
commit 13f5dd5f35
9 changed files with 2702 additions and 2702 deletions

View File

@@ -1,13 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces
{
public interface IExtension
{
T Get<T>();
bool TryGet<T>(out T extension);
bool Has<T>();
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces
{
public interface IExtension
{
T Get<T>();
bool TryGet<T>(out T extension);
bool Has<T>();
}
}