devsoundextensions/drmaudioplayer/DRMPlayServer/src/DRMPlaySession.cpp
changeset 54 b68f3e90dca1
parent 0 40261b775718
equal deleted inserted replaced
51:613e4e943120 54:b68f3e90dca1
   903         {
   903         {
   904         User::Leave(KErrNotReady);
   904         User::Leave(KErrNotReady);
   905         }
   905         }
   906 
   906 
   907     // Add custCmdAsyncAO object to array of async custom command objects
   907     // Add custCmdAsyncAO object to array of async custom command objects
   908     iActiveAsyncCustomCommands.Append( iCDRMCustomCommandAsyncAO2Phase );
   908     iActiveAsyncCustomCommands.AppendL( iCDRMCustomCommandAsyncAO2Phase );
   909 
   909 
   910     // aMessage ownership is transferred to custCmdAsyncAO.
   910     // aMessage ownership is transferred to custCmdAsyncAO.
   911     // After succesful transfer, aMessage should not be completed
   911     // After succesful transfer, aMessage should not be completed
   912     // anywhere outside of this object.
   912     // anywhere outside of this object.
   913     iCDRMCustomCommandAsyncAO2Phase->TransferOwnershipL(aMessage);
   913     iCDRMCustomCommandAsyncAO2Phase->TransferOwnershipL(aMessage);