videoplayer_plat/videoplayer_startup_api/tsrc/src/VideoPlayerStartupApiTestBlocks.cpp
branchRCL_3
changeset 10 ce5ada96ab30
parent 0 96612d01cf9f
--- a/videoplayer_plat/videoplayer_startup_api/tsrc/src/VideoPlayerStartupApiTestBlocks.cpp	Fri Feb 19 22:52:52 2010 +0200
+++ b/videoplayer_plat/videoplayer_startup_api/tsrc/src/VideoPlayerStartupApiTestBlocks.cpp	Fri Mar 12 15:43:00 2010 +0200
@@ -32,7 +32,6 @@
 
 #include "VideoPlayerStartupApiTest.h"
 #include "VCXTestLog.h"
-#include "VCXTestSmClient.h"
 #include "VCXTestMyVideosCollectionClient.h"
 
 // CONSTANTS
@@ -70,7 +69,7 @@
         {  
         // Copy this line for every implemented function.
         // First string is the function name used in TestScripter script file.
-        // Second is the actual implementation member function. 
+        // Second is the actual implementation member function.
         ENTRY( "ActivationMessage", CVideoPlayerStartupApiTest::ActivationMessageL ),
         ENTRY( "KillFusion", CVideoPlayerStartupApiTest::KillFusionL ),
         //ADD NEW ENTRY HERE
@@ -118,7 +117,7 @@
         // Refresh collection.
         iMyVideosCollectionClient->RefreshCollectionL();
         iMessageWait->AddMessage( EVCXTestVideoListRefreshed );
-        iMessageWait->WaitForAllL( 10, ETrue );    
+        iMessageWait->WaitForAllL( 10, ETrue );
         }
     
     if( iCollectionError != KErrNone )
@@ -207,7 +206,6 @@
         case TVideoPlayerActivationMessage::ELaunchServiceById:
             {
             VCXLOGLO1("CVideoPlayerStartupApiTest:: msgType: ELaunchServiceById");
-            iSmClient->GetAnyServiceIdL( message.iServiceId );
             }
             break;