mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
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:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user