videoplayer_plat/videoplayer_startup_api/tsrc/inc/VideoPlayerStartupApiTest.h
branchRCL_3
changeset 10 ce5ada96ab30
parent 0 96612d01cf9f
equal deleted inserted replaced
6:7d91903f795f 10:ce5ada96ab30
    46 _LIT( KVideoPlayerStartupApiTestLogFileWithTitle, "VideoPlayerStartupApiTest_[%S].txt" );
    46 _LIT( KVideoPlayerStartupApiTestLogFileWithTitle, "VideoPlayerStartupApiTest_[%S].txt" );
    47 
    47 
    48 // FORWARD DECLARATIONS
    48 // FORWARD DECLARATIONS
    49 //class ?FORWARD_CLASSNAME;
    49 //class ?FORWARD_CLASSNAME;
    50 class CVideoPlayerStartupApiTest;
    50 class CVideoPlayerStartupApiTest;
    51 class CVCXTestSmClient;
       
    52 class CVCXTestMyVideosCollectionClient;
    51 class CVCXTestMyVideosCollectionClient;
    53 
    52 
    54 // DATA TYPES
    53 // DATA TYPES
    55 //enum ?declaration
    54 //enum ?declaration
    56 //typedef ?declaration
    55 //typedef ?declaration
   166 
   165 
   167     private:    // Data
   166     private:    // Data
   168         
   167         
   169         RPointerArray<CTestProcess> iProcessHandles;
   168         RPointerArray<CTestProcess> iProcessHandles;
   170         
   169         
   171         CVCXTestSmClient* iSmClient;
       
   172         
       
   173         CVCXTestMyVideosCollectionClient* iMyVideosCollectionClient;
   170         CVCXTestMyVideosCollectionClient* iMyVideosCollectionClient;
   174         CVCXTestMessageWait* iMessageWait;
   171         CVCXTestMessageWait* iMessageWait;
   175         TInt iCollectionError;
   172         TInt iCollectionError;
   176     };
   173     };
   177 
   174