equal
deleted
inserted
replaced
60 */ |
60 */ |
61 { |
61 { |
62 // Cancel any outstanding Async requests (i.e. close down the callback interface) |
62 // Cancel any outstanding Async requests (i.e. close down the callback interface) |
63 Cancel(); |
63 Cancel(); |
64 delete iTransferBuffer; |
64 delete iTransferBuffer; |
|
65 iTransferBuffer = 0; |
65 } |
66 } |
66 |
67 |
67 void CActiveBackupCallbackHandler::RunL() |
68 void CActiveBackupCallbackHandler::RunL() |
68 /** |
69 /** |
69 Handle messages "initiated" by the server. Because of IPC limitations, the client primes the |
70 Handle messages "initiated" by the server. Because of IPC limitations, the client primes the |