aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserManager.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/UserServer/UserManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs
index 96cdfb3..58e9677 100644
--- a/OpenSim/Grid/UserServer/UserManager.cs
+++ b/OpenSim/Grid/UserServer/UserManager.cs
@@ -168,5 +168,10 @@ namespace OpenSim.Grid.UserServer
168 { 168 {
169 throw new Exception("The method or operation is not implemented."); 169 throw new Exception("The method or operation is not implemented.");
170 } 170 }
171
172 public override UserProfileData SetupMasterUser(libsecondlife.LLUUID uuid)
173 {
174 throw new Exception("The method or operation is not implemented.");
175 }
171 } 176 }
172} \ No newline at end of file 177} \ No newline at end of file