diff options
Diffstat (limited to 'OpenSim/Grid/MessagingServer/IUGAIMCore.cs')
-rw-r--r-- | OpenSim/Grid/MessagingServer/IUGAIMCore.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/IUGAIMCore.cs b/OpenSim/Grid/MessagingServer/IUGAIMCore.cs index 4428205..158c463 100644 --- a/OpenSim/Grid/MessagingServer/IUGAIMCore.cs +++ b/OpenSim/Grid/MessagingServer/IUGAIMCore.cs | |||
@@ -32,11 +32,12 @@ using OpenSim.Framework.Servers; | |||
32 | 32 | ||
33 | namespace OpenSim.Grid.MessagingServer | 33 | namespace OpenSim.Grid.MessagingServer |
34 | { | 34 | { |
35 | /* | ||
35 | public interface IUGAIMCore | 36 | public interface IUGAIMCore |
36 | { | 37 | { |
37 | T Get<T>(); | 38 | T Get<T>(); |
38 | void RegisterInterface<T>(T iface); | 39 | void RegisterInterface<T>(T iface); |
39 | bool TryGet<T>(out T iface); | 40 | bool TryGet<T>(out T iface); |
40 | BaseHttpServer GetHttpServer(); | 41 | BaseHttpServer GetHttpServer(); |
41 | } | 42 | }*/ |
42 | } | 43 | } |