diff options
author | lbsa71 | 2007-09-24 07:30:30 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-24 07:30:30 +0000 |
commit | 1302ef44e3c632159378bc4042c753bcf36e9c63 (patch) | |
tree | 6b6295ac233ecb05afe6432a903ec616e4fa079a /OpenSim/Grid/UserServer | |
parent | * Trying to streamline CommunicationsManager (diff) | |
download | opensim-SC_OLD-1302ef44e3c632159378bc4042c753bcf36e9c63.zip opensim-SC_OLD-1302ef44e3c632159378bc4042c753bcf36e9c63.tar.gz opensim-SC_OLD-1302ef44e3c632159378bc4042c753bcf36e9c63.tar.bz2 opensim-SC_OLD-1302ef44e3c632159378bc4042c753bcf36e9c63.tar.xz |
* Started major restructusing of comms to prepare for better grid and region functionality
* Working towards one shared set of services
* Killed off two projects with very little functionality
Diffstat (limited to 'OpenSim/Grid/UserServer')
-rw-r--r-- | OpenSim/Grid/UserServer/UserManager.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs index 20f3b95..1fbd421 100644 --- a/OpenSim/Grid/UserServer/UserManager.cs +++ b/OpenSim/Grid/UserServer/UserManager.cs | |||
@@ -159,5 +159,15 @@ namespace OpenSim.Grid.UserServer | |||
159 | return ProfileToXmlRPCResponse(userProfile); | 159 | return ProfileToXmlRPCResponse(userProfile); |
160 | } | 160 | } |
161 | #endregion | 161 | #endregion |
162 | |||
163 | public override UserProfileData SetupMasterUser(string firstName, string lastName) | ||
164 | { | ||
165 | throw new Exception("The method or operation is not implemented."); | ||
166 | } | ||
167 | |||
168 | public override UserProfileData SetupMasterUser(string firstName, string lastName, string password) | ||
169 | { | ||
170 | throw new Exception("The method or operation is not implemented."); | ||
171 | } | ||
162 | } | 172 | } |
163 | } | 173 | } |