diff options
author | MW | 2009-02-24 14:12:25 +0000 |
---|---|---|
committer | MW | 2009-02-24 14:12:25 +0000 |
commit | bc5018b3c6dc05013cbfd4a1febddce8c29f16be (patch) | |
tree | 80f334582aa66f74fe01477fc8ebc0d900e03f4d /OpenSim/Grid/MessagingServer/IUGAIMCore.cs | |
parent | Some cleaning up in the MesssagingServer and GridServer. (diff) | |
download | opensim-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.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 | } |