coreapplicationuis/SysAp/Inc/sysapremconobserver.h
branchRCL_3
changeset 19 924385140d98
parent 18 0818dd463d41
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007 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".
    52         
    52         
    53         /**
    53         /**
    54         * Destructor.
    54         * Destructor.
    55         */
    55         */
    56         virtual ~CSysApRemConObserver();
    56         virtual ~CSysApRemConObserver();
    57         
    57 
    58         /**
       
    59          * Open remcon interface and reserve the volume keys
       
    60          */
       
    61         void StartRemconInterfaceL();
       
    62         
       
    63         /**
       
    64          * close the remcon interface and release the volume keys
       
    65          */
       
    66         void StopRemconInterface();
       
    67     protected: // Functions from base classes
    58     protected: // Functions from base classes
    68 
    59 
    69         /**
    60         /**
    70         * @see SysApemConCoreApiTargetObserver.
    61         * @see SysApemConCoreApiTargetObserver.
    71         *
    62         *