121 |
#endif |
#endif |
122 |
mPollGrp(FdPollGrp::create()), // Will create EPoll implementation if available, otherwise FdPoll |
mPollGrp(FdPollGrp::create()), // Will create EPoll implementation if available, otherwise FdPoll |
123 |
mInterruptor(new EventThreadInterruptor(*mPollGrp)), |
mInterruptor(new EventThreadInterruptor(*mPollGrp)), |
124 |
mStack(new SipStack(mSecurity, DnsStub::EmptyNameserverList, mInterruptor)), |
mStack(new SipStack(mSecurity, DnsStub::EmptyNameserverList, mInterruptor, false, 0, 0, mPollGrp)), |
125 |
mStackThread(new EventStackThread(*mStack, *mInterruptor, *mPollGrp)), |
mStackThread(new EventStackThread(*mStack, *mInterruptor, *mPollGrp)), |
126 |
mDum(new DialogUsageManager(*mStack)), |
mDum(new DialogUsageManager(*mStack)), |
127 |
mDumShutdownRequested(false), |
mDumShutdownRequested(false), |