OPAL
Version 3.18.8
|
Go to the source code of this file.
Data Structures | |
class | OpalIMEndPoint |
class | OpalIMConnection |
Macros | |
Conversation notification | |
#define | PDECLARE_ConversationNotifier(cls, fn) PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, OpalIMContext::ConversationInfo) |
Macro to declare correctly typed converstaion notifier. More... | |
#define | PDECLARE_ASYNC_ConversationNotifier(cls, fn) PDECLARE_ASYNC_NOTIFIER2(OpalIMContext, cls, fn, OpalIMContext::ConversationInfo) |
Macro to declare correctly typed asynchronous converstaion notifier. More... | |
#define | PCREATE_ConversationNotifier(fn) PCREATE_NOTIFIER2(fn, OpalIMContext::ConversationInfo) |
Macro to create correctly typed converstaion notifier. More... | |
#define PCREATE_ConversationNotifier | ( | fn | ) | PCREATE_NOTIFIER2(fn, OpalIMContext::ConversationInfo) |
Macro to create correctly typed converstaion notifier.
#define PDECLARE_ASYNC_ConversationNotifier | ( | cls, | |
fn | |||
) | PDECLARE_ASYNC_NOTIFIER2(OpalIMContext, cls, fn, OpalIMContext::ConversationInfo) |
Macro to declare correctly typed asynchronous converstaion notifier.
#define PDECLARE_ConversationNotifier | ( | cls, | |
fn | |||
) | PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, OpalIMContext::ConversationInfo) |
Macro to declare correctly typed converstaion notifier.