aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-04 19:44:28 +0000
committerJustin Clark-Casey (justincc)2009-11-04 19:44:28 +0000
commit9dd5d63495cac6717057b47f3ac9ef89685281cc (patch)
tree4d60bad02c69707afbb73f93b87bc5c47694b236 /OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
parentAdd an overload to OutPacket as per jhurliman. Switch hacky workaround (diff)
downloadopensim-SC_OLD-9dd5d63495cac6717057b47f3ac9ef89685281cc.zip
opensim-SC_OLD-9dd5d63495cac6717057b47f3ac9ef89685281cc.tar.gz
opensim-SC_OLD-9dd5d63495cac6717057b47f3ac9ef89685281cc.tar.bz2
opensim-SC_OLD-9dd5d63495cac6717057b47f3ac9ef89685281cc.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
index 244ac3b..7a66d23 100644
--- a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
+++ b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
@@ -77,13 +77,13 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
77 77
78 #region Internal functions 78 #region Internal functions
79 79
80 private string UserAssetURL(UUID userID) 80// private string UserAssetURL(UUID userID)
81 { 81// {
82 CachedUserInfo uinfo = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(userID); 82// CachedUserInfo uinfo = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(userID);
83 if (uinfo != null) 83// if (uinfo != null)
84 return (uinfo.UserProfile.UserAssetURI == "") ? null : uinfo.UserProfile.UserAssetURI; 84// return (uinfo.UserProfile.UserAssetURI == "") ? null : uinfo.UserProfile.UserAssetURI;
85 return null; 85// return null;
86 } 86// }
87 87
88// private string UserInventoryURL(UUID userID) 88// private string UserInventoryURL(UUID userID)
89// { 89// {