mmapitest/devvideohaitest/inc/T_DevvideoServer.h
branchRCL_3
changeset 23 545d349d14da
equal deleted inserted replaced
20:67584cc761d1 23:545d349d14da
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef T_DEVVIDEOSERVER_H
       
    21 #define T_DEVVIDEOSERVER_H
       
    22 
       
    23 //	EPOC Includes
       
    24 #include <testserver2.h>
       
    25 
       
    26 /**
       
    27  * This wrapper class extends the test server and creates test server for Video Playback driver
       
    28  */
       
    29 class CT_DevVideoServer : public CTestServer2
       
    30 	{
       
    31 private:
       
    32 	class CT_DevVideoBlock : public CTestBlockController
       
    33 		{
       
    34 	public:
       
    35 		inline CT_DevVideoBlock();
       
    36 		inline ~CT_DevVideoBlock();
       
    37 		CDataWrapper*	CreateDataL( const TDesC& aData );
       
    38 		};
       
    39 
       
    40 public:
       
    41 	//~CT_DevVideoServer();
       
    42 	static CT_DevVideoServer* NewL();
       
    43 	inline CTestBlockController*	CreateTestBlock();
       
    44 
       
    45 protected:
       
    46 	//CT_DevVideoServer();
       
    47 	};
       
    48 
       
    49 #include "t_devvideoserver.inl"
       
    50 
       
    51 #endif // T_DEVVIDEOSERVER_H