mpx/playbackframework/playbackutility/src/mpxplaybackutilityimpl.cpp
changeset 32 edd273b3192a
parent 25 d881023c13eb
equal deleted inserted replaced
27:cbb1bfb7ebfb 32:edd273b3192a
   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);