diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/UserProfiles.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Framework/UserProfiles.cs b/OpenSim/Framework/UserProfiles.cs index 4ed890b..7c6a6fe 100644 --- a/OpenSim/Framework/UserProfiles.cs +++ b/OpenSim/Framework/UserProfiles.cs | |||
@@ -50,7 +50,7 @@ namespace OpenSim.Framework | |||
50 | public byte Flags = 0; | 50 | public byte Flags = 0; |
51 | public int Price = 0; | 51 | public int Price = 0; |
52 | } | 52 | } |
53 | 53 | ||
54 | public class UserProfileProperties | 54 | public class UserProfileProperties |
55 | { | 55 | { |
56 | public UUID UserId = UUID.Zero; | 56 | public UUID UserId = UUID.Zero; |
@@ -68,7 +68,7 @@ namespace OpenSim.Framework | |||
68 | public UUID FirstLifeImageId = UUID.Zero; | 68 | public UUID FirstLifeImageId = UUID.Zero; |
69 | public string FirstLifeText = string.Empty; | 69 | public string FirstLifeText = string.Empty; |
70 | } | 70 | } |
71 | 71 | ||
72 | public class UserProfilePick | 72 | public class UserProfilePick |
73 | { | 73 | { |
74 | public UUID PickId = UUID.Zero; | 74 | public UUID PickId = UUID.Zero; |
@@ -86,7 +86,7 @@ namespace OpenSim.Framework | |||
86 | public int SortOrder = 0; | 86 | public int SortOrder = 0; |
87 | public bool Enabled = false; | 87 | public bool Enabled = false; |
88 | } | 88 | } |
89 | 89 | ||
90 | public class UserProfileNotes | 90 | public class UserProfileNotes |
91 | { | 91 | { |
92 | public UUID UserId; | 92 | public UUID UserId; |
@@ -101,7 +101,7 @@ namespace OpenSim.Framework | |||
101 | public bool Visible = false; | 101 | public bool Visible = false; |
102 | public string EMail = string.Empty; | 102 | public string EMail = string.Empty; |
103 | } | 103 | } |
104 | 104 | ||
105 | public class UserAccountProperties | 105 | public class UserAccountProperties |
106 | { | 106 | { |
107 | public string EmailAddress = string.Empty; | 107 | public string EmailAddress = string.Empty; |
@@ -110,13 +110,13 @@ namespace OpenSim.Framework | |||
110 | public string Password = string.Empty; | 110 | public string Password = string.Empty; |
111 | public string UserId = string.Empty; | 111 | public string UserId = string.Empty; |
112 | } | 112 | } |
113 | 113 | ||
114 | public class UserAccountAuth | 114 | public class UserAccountAuth |
115 | { | 115 | { |
116 | public string UserId = UUID.Zero.ToString(); | 116 | public string UserId = UUID.Zero.ToString(); |
117 | public string Password = string.Empty; | 117 | public string Password = string.Empty; |
118 | } | 118 | } |
119 | 119 | ||
120 | public class UserAppData | 120 | public class UserAppData |
121 | { | 121 | { |
122 | public string TagId = string.Empty; | 122 | public string TagId = string.Empty; |