aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/IUGAIMCore.cs
diff options
context:
space:
mode:
authorMW2009-02-24 13:53:38 +0000
committerMW2009-02-24 13:53:38 +0000
commit6954013d82eba2e6e1d77356fd879b369de7a26f (patch)
tree638a6a8b7be51339c63dd2be9f9203d1df4e638d /OpenSim/Grid/GridServer/IUGAIMCore.cs
parentMore refactoring of the UserServer. (diff)
downloadopensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.zip
opensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.tar.gz
opensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.tar.bz2
opensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.tar.xz
Added OpenSim.Grid.Framework project.
Changed the Gridserver so it uses/references OpenSim.Grid.Framework
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}