aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/IUGAIMCore.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/GridServer/IUGAIMCore.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/IUGAIMCore.cs b/OpenSim/Grid/GridServer/IUGAIMCore.cs
index 561c230..6c53b59 100644
--- a/OpenSim/Grid/GridServer/IUGAIMCore.cs
+++ b/OpenSim/Grid/GridServer/IUGAIMCore.cs
@@ -30,11 +30,12 @@ using OpenSim.Framework.Servers;
30 30
31namespace OpenSim.Grid.GridServer 31namespace OpenSim.Grid.GridServer
32{ 32{
33 /*
33 public interface IUGAIMCore 34 public interface IUGAIMCore
34 { 35 {
35 T Get<T>(); 36 T Get<T>();
36 void RegisterInterface<T>(T iface); 37 void RegisterInterface<T>(T iface);
37 bool TryGet<T>(out T iface); 38 bool TryGet<T>(out T iface);
38 BaseHttpServer GetHttpServer(); 39 BaseHttpServer GetHttpServer();
39 } 40 }*/
40} 41}