dosservices/tsrc/public/basic/dosservertestplugin/inc/Ctfeventlistener.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 11:04:22 +0300
branchRCL_3
changeset 15 b2f9f823b5fb
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*
* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*     Definition of CTFDosServerEventListener
*
*/


#ifndef __CTFEVENTLISTENER_H__
#define __CTFEVENTLISTENER_H__

#include <DosSvrServices.h>



class CTFDosControl;

class CTFEventListener : public CDosEventListenerBase
    {
public:
    CTFEventListener( RDosServer& aServer );
    virtual ~CTFEventListener( void );

private:
    CTFEventListener( const CTFEventListener& aListener );
    CTFEventListener& operator=( const CTFEventListener& aListener );

protected:

	void GeneralEventL(const TRegisterEvent& aEvent,TAny* aParameter);

	/**
	* It notifies about a change in the status of the handsfree mode.
	* @param aStatus The new status.
	*/

private:
    };


#endif

// End of file