some changes; let regions have own assets connector, make the services connector one be like ther older simpler one (as 0.8x). still not good

This commit is contained in:
UbitUmarov
2020-10-24 17:39:30 +01:00
parent 3ec5d46a2f
commit cdd5dba5b0
13 changed files with 1138 additions and 679 deletions

View File

@@ -125,6 +125,11 @@ namespace OpenSim.Services.HypergridService
return asset;
}
public AssetBase Get(string id, string ForeignAssetService)
{
return null;
}
public AssetMetadata GetMetadata(string id)
{
AssetMetadata meta = m_assetService.GetMetadata(id);

View File

@@ -117,6 +117,11 @@ namespace OpenSim.Services.HypergridService
return asset;
}
public AssetBase Get(string id, string ForeignAssetService)
{
return null;
}
public AssetMetadata GetMetadata(string id)
{
AssetMetadata meta = m_assetConnector.GetMetadata(id);