coreapplicationuis/SysAp/Inc/sysapremconobserver.h
branchRCL_3
changeset 15 312d2b433792
parent 0 2e3d3ce01487
child 18 0818dd463d41
equal deleted inserted replaced
10:469fa8a78de7 15:312d2b433792
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 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 StartRemconInterface();
       
    62         
       
    63         /**
       
    64          * close the remcon interface and release the volume keys
       
    65          */
       
    66         void StopRemconInterface();
    58     protected: // Functions from base classes
    67     protected: // Functions from base classes
    59 
    68 
    60         /**
    69         /**
    61         * @see SysApemConCoreApiTargetObserver.
    70         * @see SysApemConCoreApiTargetObserver.
    62         *
    71         *