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 ++++++ OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 5 +++++ 2 files changed, 11 insertions(+) (limited to 'OpenSim/Region') 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 /// diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index 6235565..09c1d6a 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs @@ -108,6 +108,11 @@ namespace OpenSim.Region.Communications.OGS1 return userData; } + public UserProfileData GetUserProfile(Uri uri) + { + throw new System.NotImplementedException(); + } + /// /// Get a user agent from the user server /// -- cgit v1.1