#include <ptlib.h>
#include <opal/buildopts.h>
#include <ptclib/url.h>
#include <ptclib/threadpool.h>
#include <opal/transports.h>
#include <opal/mediastrm.h>
#include <im/rfc4103.h>
Go to the source code of this file.
|
#define | PDECLARE_MessageSentNotifier(cls, fn) PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, const MessageSentInfo &) |
|
#define | PCREATE_MessageSentNotifier(fn) PCREATE_NOTIFIER2(fn, const MessageSentInfo &) |
|
#define | PDECLARE_IncomingIMNotifier(cls, fn) PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, const OpalIM &) |
|
#define | PCREATE_IncomingIMNotifier(fn) PCREATE_NOTIFIER2(fn, const OpalIM &) |
|
#define | PDECLARE_CompositionIndicationChangedNotifier(cls, fn) PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, const PString &) |
|
#define | PCREATE_CompositionIndicationChangedNotifier(fn) PCREATE_NOTIFIER2(fn, const PString &) |
|
#define | PDECLARE_NewConversationNotifier(cls, fn) PDECLARE_NOTIFIER2(OpalIMManager, cls, fn, OpalIMContext &) |
|
#define | PCREATE_NewConversationNotifier(fn) PCREATE_NOTIFIER2(fn, OpalIMContext &) |
|
#define PCREATE_CompositionIndicationChangedNotifier |
( |
|
fn) | |
PCREATE_NOTIFIER2(fn, const PString &) |
#define PCREATE_IncomingIMNotifier |
( |
|
fn) | |
PCREATE_NOTIFIER2(fn, const OpalIM &) |
#define PCREATE_MessageSentNotifier |
( |
|
fn) | |
PCREATE_NOTIFIER2(fn, const MessageSentInfo &) |
#define PCREATE_NewConversationNotifier |
( |
|
fn) | |
PCREATE_NOTIFIER2(fn, OpalIMContext &) |
#define PDECLARE_CompositionIndicationChangedNotifier |
( |
|
cls, |
|
|
|
fn |
|
) |
| PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, const PString &) |
#define PDECLARE_IncomingIMNotifier |
( |
|
cls, |
|
|
|
fn |
|
) |
| PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, const OpalIM &) |
#define PDECLARE_MessageSentNotifier |
( |
|
cls, |
|
|
|
fn |
|
) |
| PDECLARE_NOTIFIER2(OpalIMContext, cls, fn, const MessageSentInfo &) |