diff -r 6aeb7a756187 -r 3c88a81ff781 browsercore/core/network/WrtTelServiceBr_p.h --- a/browsercore/core/network/WrtTelServiceBr_p.h Thu Sep 23 15:32:11 2010 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,104 +0,0 @@ -/* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, version 2.1 of the License. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, -* see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/". -* -* Description: -* -*/ - -// INCLUDE FILES -#ifndef __WRTTELSERVICE_P_H -#define __WRTTELSERVICE_P_H - -#if defined(Q_OS_SYMBIAN) - - -#include "WrtTelServiceBr.h" -#include -#include - -#include - -// AIW related headers -#include - -#if !defined (SYMBIAN_PUB_SDK) -#include -#include -#endif - -// FORWARD DECLARATIONS - -// CLASS DECLARATION - -class WrtTelServicePrivate : public QObject - , public MAiwNotifyCallback -{ - - public: - - WrtTelServicePrivate( ); - ~WrtTelServicePrivate(); - - void MakeCall( QString number, bool sendDTMFAlwaysConfirm, bool voipCall ); - - QString ValidateNumber( const QString number ); - - QString FindPostdParm( QString& number ); - - QString FindAndRipDTMFSequence( QString& number ); - - QString FindAndRipURIParameters( QString& number ); - - QString FindAndRipVoipParameters( QString& number ); - - void ValidateDTMFNumber( QString& number ); - - protected: - - /** - * From MAiwNotifyCallback - */ - TInt HandleNotifyL( TInt aCmdId, - TInt aEventId, - CAiwGenericParamList& aEventParamList, - const CAiwGenericParamList& aInParamList ); - - - private: - void DoMakeCallL( QString number, bool sendDTMFAlwaysConfirm ); - - HBufC* qt_QString2HBufCNewL(const QString& aString); - - - private: // Data - bool m_CallInProgress; - TFileName m_ResourceFileName; ///< Temp storage for the file name. - RConeResourceLoader m_ResourceLoader; ///< Resource loader. - bool m_ResourceOpened; ///< Indicate if the resource is opened. - // AIW related members - CAiwServiceHandler* m_ServiceHandler; - -#if !defined (SYMBIAN_PUB_SDK) - // DialData. - CAiwDialData* m_DialData; -#endif - - }; - -#endif - -#endif // __WRTTELSERVICE_P_H