equal
deleted
inserted
replaced
117 { |
117 { |
118 FTRACE(FPrint( _L("CDunAtCmdPusher::IssueRequest() (in queue!) complete") )); |
118 FTRACE(FPrint( _L("CDunAtCmdPusher::IssueRequest() (in queue!) complete") )); |
119 return KErrGeneral; |
119 return KErrGeneral; |
120 } |
120 } |
121 iStatus = KRequestPending; |
121 iStatus = KRequestPending; |
|
122 iAtPushState = EDunStateAtCmdPushing; |
122 iAtCmdExt->HandleCommand( iStatus, |
123 iAtCmdExt->HandleCommand( iStatus, |
123 aInput, |
124 aInput, |
124 iRecvBuffer, |
125 iRecvBuffer, |
125 iReplyLeftPckg, |
126 iReplyLeftPckg, |
126 iReplyTypePckg ); |
127 iReplyTypePckg ); |
127 SetActive(); |
128 SetActive(); |
128 iAtPushState = EDunStateAtCmdPushing; |
|
129 FTRACE(FPrint( _L("CDunAtCmdPusher::IssueRequest() complete") )); |
129 FTRACE(FPrint( _L("CDunAtCmdPusher::IssueRequest() complete") )); |
130 return KErrNone; |
130 return KErrNone; |
131 } |
131 } |
132 |
132 |
133 // --------------------------------------------------------------------------- |
133 // --------------------------------------------------------------------------- |