diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IPeople.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IPeople.cs b/OpenSim/Framework/IPeople.cs index b88e103..8d274d0 100644 --- a/OpenSim/Framework/IPeople.cs +++ b/OpenSim/Framework/IPeople.cs | |||
@@ -38,6 +38,8 @@ namespace OpenSim.Framework | |||
38 | public string LastName { get; set; } | 38 | public string LastName { get; set; } |
39 | public string HomeURL { get; set; } | 39 | public string HomeURL { get; set; } |
40 | public Dictionary<string, object> ServerURLs { get; set; } | 40 | public Dictionary<string, object> ServerURLs { get; set; } |
41 | public bool IsUnknownUser { get; set; } | ||
42 | public bool HasGridUserTried { get; set; } | ||
41 | } | 43 | } |
42 | 44 | ||
43 | public interface IPeople | 45 | public interface IPeople |