mtpdataproviders/mtppictbridgedp/inc/mtppictbridgedpprocessor.h
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19  */
       
    20 
       
    21 
       
    22 #ifndef MTPPICTBRIDGEDPPROCESSOR_H_
       
    23 #define MTPPICTBRIDGEDPPROCESSOR_H_
       
    24 
       
    25 class MMTPConnection;
       
    26 class TMTPTypeRequest;
       
    27 class CMTPDataProviderPlugin;
       
    28 class MMTPDataProviderFramework;
       
    29 class MMTPRequestProcessor;
       
    30 class CMTPPictBridgeDataProvider;
       
    31 //class CPtpServer;
       
    32 
       
    33 /** 
       
    34 Defines PictBridge data provider request processor factory
       
    35 
       
    36 @internalTechnology
       
    37 */
       
    38 class MTPPictBridgeDpProcessor
       
    39 	{
       
    40 public:
       
    41 	static MMTPRequestProcessor* CreateL(
       
    42 	                                    MMTPDataProviderFramework& aFramework,
       
    43 	                                    const TMTPTypeRequest& aRequest, 
       
    44 	                                    MMTPConnection& aConnection,
       
    45 	                                    CMTPPictBridgeDataProvider& aDataProvider);    
       
    46 	};
       
    47 
       
    48 #endif /*MTPPICTBRIDGEDPPROCESSOR_H_*/