From e93b782f9d86e4049a28d7f90c691dc5d242f234 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 8 Apr 2009 19:59:37 +0000 Subject: * Introduced some experimental code with regards to asset data substitution --- OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenSim/Region/Communications/Hypergrid/HGUserServices.cs') 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 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +using System; using System.Collections; using System.Collections.Generic; using OpenMetaverse; @@ -57,6 +58,11 @@ namespace OpenSim.Region.Communications.Hypergrid return m_remoteUserServices.ConvertXMLRPCDataToUserProfile(data); } + public UserProfileData GetUserProfile(Uri uri) + { + throw new System.NotImplementedException(); + } + /// /// Get a user agent from the user server /// -- cgit v1.1