aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/IUGAIMCore.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/MessagingServer/IUGAIMCore.cs3
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
33namespace OpenSim.Grid.MessagingServer 33namespace 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}