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/OGS1/OGS1UserServices.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs') 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