equal
deleted
inserted
replaced
44 enum TSVPRequestType |
44 enum TSVPRequestType |
45 { |
45 { |
46 ESVPNone, |
46 ESVPNone, |
47 ESVPSnapConnect, |
47 ESVPSnapConnect, |
48 ESVPConnect, |
48 ESVPConnect, |
49 ESVPSipProxyAddress |
49 ESVPSipProxyAddress, |
|
50 ESVPSipDomainAddress |
50 }; |
51 }; |
51 |
52 |
52 /** |
53 /** |
53 * Two-phased constructor. |
54 * Two-phased constructor. |
54 * @param aPriority Active object priority |
55 * @param aPriority Active object priority |
109 |
110 |
110 void DoCancel(); |
111 void DoCancel(); |
111 |
112 |
112 void RunL(); |
113 void RunL(); |
113 |
114 |
|
115 TInt RunError( TInt aError ); |
|
116 |
|
117 void RequestSipServerDomainL(); |
|
118 |
114 private: // data |
119 private: // data |
115 |
120 |
116 /** |
121 /** |
117 * Observer |
122 * Observer |
118 */ |
123 */ |
135 |
140 |
136 /** |
141 /** |
137 * SIP server address buffer |
142 * SIP server address buffer |
138 */ |
143 */ |
139 TSipServerAddrBuf iSipServerAddrBuf; |
144 TSipServerAddrBuf iSipServerAddrBuf; |
|
145 |
|
146 /** |
|
147 * SIP server domain name buffer |
|
148 */ |
|
149 TSipServerDomainBuf iSipServerDomainBuf; |
140 |
150 |
141 /** |
151 /** |
142 * Connection |
152 * Connection |
143 */ |
153 */ |
144 RConnection iConnection; |
154 RConnection iConnection; |