mpx/playbackframework/playbackutility/src/mpxplaybackutilityimpl.cpp
branchRCL_3
changeset 30 6f9f6e99a23e
parent 9 bee149131e4b
equal deleted inserted replaced
28:f56ec6ce2732 30:6f9f6e99a23e
   384     ::CreateBufferL<CMPXCommand>( aCmd, buf );
   384     ::CreateBufferL<CMPXCommand>( aCmd, buf );
   385     CleanupStack::PushL( buf );
   385     CleanupStack::PushL( buf );
   386     TPtr8 ptr = buf->Ptr(0);
   386     TPtr8 ptr = buf->Ptr(0);
   387     if (asyncVar)
   387     if (asyncVar)
   388         { // async request
   388         { // async request
       
   389         MPX_DEBUG1("CMPXPlaybackUtility::CommandL asynchronous command");		
   389         ASSERT(aCallback); // callback must be provided for asynchronous command
   390         ASSERT(aCallback); // callback must be provided for asynchronous command
   390         // Increase reference count on command ownership transferred
   391         // Increase reference count on command ownership transferred
   391         CMPXCommand* ref = CMPXCommand::NewL(aCmd);
   392         CMPXCommand* ref = CMPXCommand::NewL(aCmd);
   392         // Async version, Add request to the task queue
   393         // Async version, Add request to the task queue
   393         CleanupStack::PushL(ref);
   394         CleanupStack::PushL(ref);