diff options
Update svn properties.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IExtension.cs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IExtension.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IExtension.cs index b58e600..91c696f 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IExtension.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IExtension.cs | |||
@@ -1,13 +1,13 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | 4 | ||
5 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces | 5 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces |
6 | { | 6 | { |
7 | public interface IExtension | 7 | public interface IExtension |
8 | { | 8 | { |
9 | T Get<T>(); | 9 | T Get<T>(); |
10 | bool TryGet<T>(out T extension); | 10 | bool TryGet<T>(out T extension); |
11 | bool Has<T>(); | 11 | bool Has<T>(); |
12 | } | 12 | } |
13 | } | 13 | } |