diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 3a565b9df4..876b51e655 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -100,8 +100,12 @@ private: TRInfo TRouter;
- LIST <void> m_PopupClasses;
+ LIST<void> m_PopupClasses;
+ LIST<CSkypeInviteDlg> m_InviteDialogs;
+ LIST<CSkypeGCCreateDlg> m_GCCreateDialogs;
+ mir_cs m_InviteDialogsLock;
+ mir_cs m_GCCreateDialogsLock;
// accounts
ptrA m_szServer,
@@ -314,6 +318,7 @@ private: time_t GetLastMessageTime(MCONTACT hContact);
CMString RunConfirmationCode();
CMString ChangeTopicForm();
+ void CloseDialogs();
//events
void InitDBEvents();
int __cdecl ProcessSrmmEvent(WPARAM, LPARAM);
|