#include <TaoServerTask.h>
|
| | TaoServerTask (CpCallManager *pCallMgr, PsPhoneTask *pPhoneTask, const UtlString &name="TaoServerTask-%d", void *pArg=NULL, const int maxRequestQMsgs=DEF_MAX_MSGS, const int priority=DEF_PRIO, const int options=DEF_OPTIONS, const int stackSize=DEF_STACKSIZE) |
| |
| | TaoServerTask (const UtlString &name="TaoServerTask-%d", void *pArg=NULL, const int maxRequestQMsgs=DEF_MAX_MSGS, const int priority=DEF_PRIO, const int options=DEF_OPTIONS, const int stackSize=DEF_STACKSIZE) |
| |
| | TaoServerTask (const int maxIncomingQMsgs) |
| |
| TaoStatus | initInstance () |
| |
| TaoServerTask |
( |
CpCallManager * |
pCallMgr, |
|
|
PsPhoneTask * |
pPhoneTask, |
|
|
const UtlString & |
name = "TaoServerTask-%d", |
|
|
void * |
pArg = NULL, |
|
|
const int |
maxRequestQMsgs = DEF_MAX_MSGS, |
|
|
const int |
priority = DEF_PRIO, |
|
|
const int |
options = DEF_OPTIONS, |
|
|
const int |
stackSize = DEF_STACKSIZE |
|
) |
| |
|
private |
| TaoServerTask |
( |
const UtlString & |
name = "TaoServerTask-%d", |
|
|
void * |
pArg = NULL, |
|
|
const int |
maxRequestQMsgs = DEF_MAX_MSGS, |
|
|
const int |
priority = DEF_PRIO, |
|
|
const int |
options = DEF_OPTIONS, |
|
|
const int |
stackSize = DEF_STACKSIZE |
|
) |
| |
|
private |
| UtlBoolean handleMessage |
( |
OsMsg & |
rMsg | ) |
|
|
virtual |
| OsStatus setErrno |
( |
int |
errno | ) |
|
|
virtual |