SipTransactionList mTransactionList;
| 109 | |
| 110 | //SipTransactionList mTransactionList; |
| 111 | void setTranId(Control::TranEntryId wTranId) { mTranId = wTranId; } |
| 112 | |
| 113 | // Dont delete these empty constructor/destructors. They are needed because InterthreadQueue calls |
| 114 | // delete DialogMessage and it causes weird error messages without these. |