#include <serversideasynch.h>
Inheritance diagram for CAsynchSend:

Public Member Functions | |
| CAsynchSend (CConcreteConnection *aConnection) | |
| void | SendL (TDesC8 *aBuf) |
| void | SendL (RPointerArray< TDesC8 > *aFragments) |
| void | RunL () |
| void | DoCancel () |
| TInt | RunError (TInt aError) |
Private Member Functions | |
| void | SendFragmentL (TDesC8 *aBuf) |
| void | CleanBuffers () |
Private Attributes | |
| TDesC8 * | iSendBuf |
| RPointerArray< TDesC8 > * | iFragments |
| TInt | iFragmentCount |
|
|
Definition at line 62 of file serversideasynch.cpp. |
|
|
Definition at line 135 of file serversideasynch.cpp. References iFragments, and iSendBuf. Referenced by DoCancel(), and RunError(). |
|
|
Definition at line 125 of file serversideasynch.cpp. References CleanBuffers(), CConcreteConnection::GetSocket(), and Log::Print(). |
|
|
Definition at line 114 of file serversideasynch.cpp. References CleanBuffers(), CConcreteConnection::Close(), and Log::Print(). |
|
|
Definition at line 93 of file serversideasynch.cpp. References iFragmentCount, iFragments, iSendBuf, Log::Print(), and SendFragmentL(). |
|
|
Definition at line 86 of file serversideasynch.cpp. References CConcreteConnection::GetSocket(), and iSendBuf. |
|
|
Definition at line 77 of file serversideasynch.cpp. References iFragmentCount, iFragments, Log::Print(), and SendFragmentL(). |
|
|
Definition at line 67 of file serversideasynch.cpp. References iFragmentCount, iFragments, Log::Print(), and SendFragmentL(). Referenced by CNUDPConnection::SendL(), and CConcreteConnection::SendL(). |
|
|
Definition at line 84 of file serversideasynch.h. |
|
|
Definition at line 81 of file serversideasynch.h. Referenced by CleanBuffers(), RunL(), and SendL(). |
|
|
Definition at line 77 of file serversideasynch.h. Referenced by CleanBuffers(), RunL(), and SendFragmentL(). |
1.3.5