aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
diff options
context:
space:
mode:
authorlbsa712009-04-08 19:59:37 +0000
committerlbsa712009-04-08 19:59:37 +0000
commite93b782f9d86e4049a28d7f90c691dc5d242f234 (patch)
tree892fcce074d5e5a817c0b14d2a5e4fefe1b692a9 /OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
parent* Make it possible to store creator strings in user inventory items as well a... (diff)
downloadopensim-SC_OLD-e93b782f9d86e4049a28d7f90c691dc5d242f234.zip
opensim-SC_OLD-e93b782f9d86e4049a28d7f90c691dc5d242f234.tar.gz
opensim-SC_OLD-e93b782f9d86e4049a28d7f90c691dc5d242f234.tar.bz2
opensim-SC_OLD-e93b782f9d86e4049a28d7f90c691dc5d242f234.tar.xz
* Introduced some experimental code with regards to asset data substitution
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1UserServices.cs5
1 files changed, 5 insertions, 0 deletions
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
108 return userData; 108 return userData;
109 } 109 }
110 110
111 public UserProfileData GetUserProfile(Uri uri)
112 {
113 throw new System.NotImplementedException();
114 }
115
111 /// <summary> 116 /// <summary>
112 /// Get a user agent from the user server 117 /// Get a user agent from the user server
113 /// </summary> 118 /// </summary>