aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/IUGAIMCore.cs
diff options
context:
space:
mode:
authorMW2009-02-21 18:41:28 +0000
committerMW2009-02-21 18:41:28 +0000
commite77b5d990d275f3a900d844e955bb92f6dba08aa (patch)
tree8dc84f9dbc540e13efc0f243fdb9eed1a7ee6b61 /OpenSim/Grid/GridServer/IUGAIMCore.cs
parentThank you kindly, DoranZemlja for a patch that: (diff)
downloadopensim-SC_OLD-e77b5d990d275f3a900d844e955bb92f6dba08aa.zip
opensim-SC_OLD-e77b5d990d275f3a900d844e955bb92f6dba08aa.tar.gz
opensim-SC_OLD-e77b5d990d275f3a900d844e955bb92f6dba08aa.tar.bz2
opensim-SC_OLD-e77b5d990d275f3a900d844e955bb92f6dba08aa.tar.xz
More Grid server refactoring
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/GridServer/IUGAIMCore.cs (renamed from OpenSim/Grid/GridServer/IGridCore.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/IGridCore.cs b/OpenSim/Grid/GridServer/IUGAIMCore.cs
index dd0d140..12cd19b 100644
--- a/OpenSim/Grid/GridServer/IGridCore.cs
+++ b/OpenSim/Grid/GridServer/IUGAIMCore.cs
@@ -3,7 +3,7 @@ using OpenSim.Framework.Servers;
3 3
4namespace OpenSim.Grid.GridServer 4namespace OpenSim.Grid.GridServer
5{ 5{
6 public interface IGridCore 6 public interface IUGAIMCore
7 { 7 {
8 T Get<T>(); 8 T Get<T>();
9 void RegisterInterface<T>(T iface); 9 void RegisterInterface<T>(T iface);