diff options
author | Diva Canto | 2011-12-29 15:21:56 -0800 |
---|---|---|
committer | Diva Canto | 2011-12-29 15:21:56 -0800 |
commit | ef4d989f37bdfbdc6ae34c4d0fc444341b806296 (patch) | |
tree | 75a3721aa43aa7a03f29e249266d9da5c29eb888 /OpenSim/Region/CoreModules | |
parent | Fixed mix-up in UserAccount fields when passing UserAccounts remotely. (diff) | |
download | opensim-SC_OLD-ef4d989f37bdfbdc6ae34c4d0fc444341b806296.zip opensim-SC_OLD-ef4d989f37bdfbdc6ae34c4d0fc444341b806296.tar.gz opensim-SC_OLD-ef4d989f37bdfbdc6ae34c4d0fc444341b806296.tar.bz2 opensim-SC_OLD-ef4d989f37bdfbdc6ae34c4d0fc444341b806296.tar.xz |
Deleted unused methods from HGAssetBroker
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs index e31be21..8395f83 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs | |||
@@ -382,23 +382,5 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset | |||
382 | return result; | 382 | return result; |
383 | } | 383 | } |
384 | 384 | ||
385 | #region IHyperAssetService | ||
386 | |||
387 | public string GetUserAssetServer(UUID userID) | ||
388 | { | ||
389 | UserAccount account = m_aScene.UserAccountService.GetUserAccount(m_aScene.RegionInfo.ScopeID, userID); | ||
390 | |||
391 | if (account != null && account.ServiceURLs.ContainsKey("AssetServerURI") && account.ServiceURLs["AssetServerURI"] != null) | ||
392 | return account.ServiceURLs["AssetServerURI"].ToString(); | ||
393 | |||
394 | return string.Empty; | ||
395 | } | ||
396 | |||
397 | public string GetSimAssetServer() | ||
398 | { | ||
399 | return m_LocalAssetServiceURI; | ||
400 | } | ||
401 | |||
402 | #endregion | ||
403 | } | 385 | } |
404 | } | 386 | } |