diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index bfc70a4..4b95726 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -426,6 +426,7 @@ namespace OpenSim.Framework | |||
426 | 426 | ||
427 | public delegate void UserInfoRequest(IClientAPI client); | 427 | public delegate void UserInfoRequest(IClientAPI client); |
428 | public delegate void UpdateUserInfo(bool imViaEmail, bool visible, IClientAPI client); | 428 | public delegate void UpdateUserInfo(bool imViaEmail, bool visible, IClientAPI client); |
429 | public delegate void RetrieveInstantMessages(IClientAPI client); | ||
429 | 430 | ||
430 | #endregion | 431 | #endregion |
431 | 432 | ||
@@ -752,6 +753,8 @@ namespace OpenSim.Framework | |||
752 | 753 | ||
753 | event UserInfoRequest OnUserInfoRequest; | 754 | event UserInfoRequest OnUserInfoRequest; |
754 | event UpdateUserInfo OnUpdateUserInfo; | 755 | event UpdateUserInfo OnUpdateUserInfo; |
756 | |||
757 | event RetrieveInstantMessages OnRetrieveInstantMessages; | ||
755 | 758 | ||
756 | /// <summary> | 759 | /// <summary> |
757 | /// Set the debug level at which packet output should be printed to console. | 760 | /// Set the debug level at which packet output should be printed to console. |