diff options
author | Melanie | 2009-08-09 22:25:15 +0100 |
---|---|---|
committer | Melanie | 2009-08-09 22:25:15 +0100 |
commit | 474f58faf5dc7052310c0da0e02fffe8e0a8177e (patch) | |
tree | 3016beadc87fcc06bdfdf2f8de54dc748c31d08c /OpenSim/Services/Interfaces/IUserService.cs | |
parent | More renames (diff) | |
download | opensim-SC_OLD-474f58faf5dc7052310c0da0e02fffe8e0a8177e.zip opensim-SC_OLD-474f58faf5dc7052310c0da0e02fffe8e0a8177e.tar.gz opensim-SC_OLD-474f58faf5dc7052310c0da0e02fffe8e0a8177e.tar.bz2 opensim-SC_OLD-474f58faf5dc7052310c0da0e02fffe8e0a8177e.tar.xz |
Finish the renaming and mae things compile again
Diffstat (limited to 'OpenSim/Services/Interfaces/IUserService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/Interfaces/IUserService.cs b/OpenSim/Services/Interfaces/IUserService.cs index 8ea207a..35254a1 100644 --- a/OpenSim/Services/Interfaces/IUserService.cs +++ b/OpenSim/Services/Interfaces/IUserService.cs | |||
@@ -32,11 +32,11 @@ namespace OpenSim.Services.Interfaces | |||
32 | { | 32 | { |
33 | public class UserAccountData | 33 | public class UserAccountData |
34 | { | 34 | { |
35 | public UserData() | 35 | public UserAccountData() |
36 | { | 36 | { |
37 | } | 37 | } |
38 | 38 | ||
39 | public UserData(UUID userID, UUID homeRegionID, float homePositionX, | 39 | public UserAccountData(UUID userID, UUID homeRegionID, float homePositionX, |
40 | float homePositionY, float homePositionZ, float homeLookAtX, | 40 | float homePositionY, float homePositionZ, float homeLookAtX, |
41 | float homeLookAtY, float homeLookAtZ) | 41 | float homeLookAtY, float homeLookAtZ) |
42 | { | 42 | { |
@@ -80,7 +80,7 @@ namespace OpenSim.Services.Interfaces | |||
80 | 80 | ||
81 | public class UserAccountDataMessage | 81 | public class UserAccountDataMessage |
82 | { | 82 | { |
83 | public UserData Data; | 83 | public UserAccountData Data; |
84 | 84 | ||
85 | // Set to the region's ID and secret when updating home location | 85 | // Set to the region's ID and secret when updating home location |
86 | // | 86 | // |