devsoundextensions/drmaudioplayer/DRMPlayServer/src/DRMPlaySession.cpp
changeset 58 b6dbf97aba93
parent 0 40261b775718
equal deleted inserted replaced
57:1cbb0d5bf7f2 58:b6dbf97aba93
   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);