utilities/mpmediacontroller/tsrc/unittest_mpmediakeyhandler/stub/inc/remconinterfaceselector.h
changeset 48 af3740e3753f
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     1 /*
       
     2 * Copyright (c) 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: remconinterfaceselector stub for testing mpmediakeyhandler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef REMCONINTERFACESELECTOR_H
       
    20 #define REMCONINTERFACESELECTOR_H
       
    21 
       
    22 
       
    23 #include <e32base.h>
       
    24 
       
    25 
       
    26 class CRemConInterfaceSelector : public CBase
       
    27     {
       
    28 
       
    29 public:
       
    30     
       
    31     static int getCount();
       
    32     static void setNewLLeave();
       
    33     static void NewLLeaveIfDesiredL();
       
    34     static void setOpenTargetLLeave();
       
    35     static void OpenTargetLLeaveIfDesiredL();
       
    36     
       
    37 public:
       
    38 
       
    39     static CRemConInterfaceSelector* NewL();
       
    40     virtual ~CRemConInterfaceSelector();
       
    41 
       
    42     void OpenTargetL();
       
    43 
       
    44 private:
       
    45     
       
    46     CRemConInterfaceSelector();
       
    47     
       
    48     };
       
    49 
       
    50 #endif      // REMCONINTERFACESELECTOR_H
       
    51 
       
    52 // End of File