diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 222bae0..10a091a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -828,6 +828,11 @@ namespace OpenSim.Framework | |||
828 | /// </value> | 828 | /// </value> |
829 | bool IsActive { get; set; } | 829 | bool IsActive { get; set; } |
830 | 830 | ||
831 | /// <value> | ||
832 | /// Determines whether the client is logging out or not. | ||
833 | /// </value> | ||
834 | bool IsLoggingOut { get; set; } | ||
835 | |||
831 | bool SendLogoutPacketWhenClosing { set; } | 836 | bool SendLogoutPacketWhenClosing { set; } |
832 | 837 | ||
833 | // [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] | 838 | // [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] |