Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim

This commit is contained in:
Diva Canto
2009-08-10 16:02:33 -07:00
43 changed files with 46 additions and 46 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset
private bool m_Enabled = false;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset
private bool m_Enabled = false;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -48,7 +48,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset
private bool m_Enabled = false;
private IImprovedAssetCache m_Cache;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -92,7 +92,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Interregion
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -113,7 +113,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Interregion
}
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
private ISessionAuthInventoryService m_HGService;
private string m_LocalGridInventoryURI = string.Empty;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
private bool m_Enabled = false;
private bool m_Initialized = false;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
private Scene m_Scene;
private InventoryServicesConnector m_RemoteConnector;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -60,7 +60,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
#region ISharedRegionModule
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -49,7 +49,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
private bool m_Enabled = false;
private LocalLandServicesConnector m_LocalService;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -60,7 +60,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour
#region ISharedRegionModule
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour
//private string serviceDll;
//private List<Scene> m_Scenes = new List<Scene>();
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -46,7 +46,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.User
private bool m_Enabled = false;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -45,7 +45,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.User
private bool m_Enabled = false;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}