upnpframework/upnpcommand/inc/upnpshowtask.h
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description:  Header file for the CUpnpShowTask class.
    14 * Description:  Header file for the CUpnpShowTask class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef UPNP_SHOW_TASK_H
    19 #ifndef UPNPSHOW_TASK_H
    20 #define UPNP_SHOW_TASK_H
    20 #define UPNPSHOW_TASK_H
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include "upnpresourceselector.h" // a member located here
    24 #include "upnpresourceselector.h" // a member located here
    25 #include "upnptask.h" // base class
    25 #include "upnptask.h" // base class
    87         /**
    87         /**
    88          * Cleans up used resources
    88          * Cleans up used resources
    89          */
    89          */
    90         void Cleanup();
    90         void Cleanup();
    91 
    91 
    92     protected: // methods from MUpnpImageRenderingEngineObserver
    92     private: // methods from MUpnpImageRenderingEngineObserver
    93 
    93 
    94         MUPnPItemResolver* GetMedia();
    94         MUPnPItemResolver* GetMedia();
    95 
    95 
    96         TInt RenderAck(
    96         TInt RenderAck(
    97             TInt aError,
    97             TInt aError,