mpx/playbackframework/playbackutility/src/mpxplaybackutilityimpl.cpp
branchRCL_3
changeset 30 6f9f6e99a23e
parent 9 bee149131e4b
--- a/mpx/playbackframework/playbackutility/src/mpxplaybackutilityimpl.cpp	Tue May 11 16:40:32 2010 +0300
+++ b/mpx/playbackframework/playbackutility/src/mpxplaybackutilityimpl.cpp	Tue May 25 13:14:13 2010 +0300
@@ -386,6 +386,7 @@
     TPtr8 ptr = buf->Ptr(0);
     if (asyncVar)
         { // async request
+        MPX_DEBUG1("CMPXPlaybackUtility::CommandL asynchronous command");		
         ASSERT(aCallback); // callback must be provided for asynchronous command
         // Increase reference count on command ownership transferred
         CMPXCommand* ref = CMPXCommand::NewL(aCmd);