diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-20 21:37:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-20 21:37:28 +0000 |
commit | 303d55bea87c9a33267f5d1b351f883b0da78ddd (patch) | |
tree | 279e0e9ba5b780155c9f81ba4a281309d4d4de88 /protocols/Skype/src/skype_subclassing.h | |
parent | 61ebbb725edaec25bd3c2def9a878657d5b568b4 (diff) |
Added notification about incoming skype call
git-svn-id: http://svn.miranda-ng.org/main/trunk@4493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.h')
-rw-r--r-- | protocols/Skype/src/skype_subclassing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Skype/src/skype_subclassing.h b/protocols/Skype/src/skype_subclassing.h index 95f8cac9a7..13fa95e7c3 100644 --- a/protocols/Skype/src/skype_subclassing.h +++ b/protocols/Skype/src/skype_subclassing.h @@ -195,7 +195,7 @@ private: const MessageRef & supersedesHistoryMessage,
const ConversationRef & conversation);
- static BOOL IsRunAsAdmin();
- static char *LoadKeyPair(HINSTANCE hInstance);
- static int StartSkypeRuntime(HINSTANCE hInstance, const wchar_t *profileName, int &port, const wchar_t *dbPath);
+ static BOOL IsRunAsAdmin();
+ static char *LoadKeyPair(HINSTANCE hInstance);
+ static int StartSkypeRuntime(HINSTANCE hInstance, const wchar_t *profileName, int &port, const wchar_t *dbPath);
};
\ No newline at end of file |