aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/IUGAIMCore.cs
diff options
context:
space:
mode:
authorMW2009-02-24 14:12:25 +0000
committerMW2009-02-24 14:12:25 +0000
commitbc5018b3c6dc05013cbfd4a1febddce8c29f16be (patch)
tree80f334582aa66f74fe01477fc8ebc0d900e03f4d /OpenSim/Grid/MessagingServer/IUGAIMCore.cs
parentSome cleaning up in the MesssagingServer and GridServer. (diff)
downloadopensim-SC-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.zip
opensim-SC-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.tar.gz
opensim-SC-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.tar.bz2
opensim-SC-bc5018b3c6dc05013cbfd4a1febddce8c29f16be.tar.xz
Updated MessagingServer to use OpenSim.Grid.Framework
Diffstat (limited to 'OpenSim/Grid/MessagingServer/IUGAIMCore.cs')
-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}