diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 3489af1..062659c 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -826,6 +826,11 @@ namespace OpenSim.Framework | |||
826 | /// </value> | 826 | /// </value> |
827 | bool IsActive { get; set; } | 827 | bool IsActive { get; set; } |
828 | 828 | ||
829 | /// <value> | ||
830 | /// Determines whether the client is logging out or not. | ||
831 | /// </value> | ||
832 | bool IsLoggingOut { get; set; } | ||
833 | |||
829 | bool SendLogoutPacketWhenClosing { set; } | 834 | bool SendLogoutPacketWhenClosing { set; } |
830 | 835 | ||
831 | // [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] | 836 | // [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] |
@@ -1447,10 +1452,10 @@ namespace OpenSim.Framework | |||
1447 | 1452 | ||
1448 | void SendUseCachedMuteList(); | 1453 | void SendUseCachedMuteList(); |
1449 | 1454 | ||
1450 | void SendMuteListUpdate(string filename); | 1455 | void SendMuteListUpdate(string filename); |
1451 | 1456 | ||
1452 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); | 1457 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); |
1453 | 1458 | ||
1454 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); | 1459 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); |
1455 | 1460 | ||
1456 | void KillEndDone(); | 1461 | void KillEndDone(); |