diff options
* Introduced some experimental code with regards to asset data substitution
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs index e9eb18c..6a39876 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | |||
@@ -25,6 +25,7 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | ||
28 | using System.Collections; | 29 | using System.Collections; |
29 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
30 | using OpenMetaverse; | 31 | using OpenMetaverse; |
@@ -57,6 +58,11 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
57 | return m_remoteUserServices.ConvertXMLRPCDataToUserProfile(data); | 58 | return m_remoteUserServices.ConvertXMLRPCDataToUserProfile(data); |
58 | } | 59 | } |
59 | 60 | ||
61 | public UserProfileData GetUserProfile(Uri uri) | ||
62 | { | ||
63 | throw new System.NotImplementedException(); | ||
64 | } | ||
65 | |||
60 | /// <summary> | 66 | /// <summary> |
61 | /// Get a user agent from the user server | 67 | /// Get a user agent from the user server |
62 | /// </summary> | 68 | /// </summary> |