diff -r c84cf270c54f -r 92ab7f8d0eab phoneengine/phonemodel/inc/cpephonemodel.h --- a/phoneengine/phonemodel/inc/cpephonemodel.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneengine/phonemodel/inc/cpephonemodel.h Fri Mar 19 09:28:42 2010 +0200 @@ -46,6 +46,10 @@ class CPEAudioFactory; class MPEServiceHandling; class CPERemotePartyInfoMediator; +// <-- QT PHONE START --> +class PhoneServices; +class ParserRecognizer; +// <-- QT PHONE END --> // CLASS DECLARATION @@ -76,6 +80,10 @@ EPELogHandlingPhaseTwo, EPEContactHandlingPhaseTwo, EPEMediatorCommandHandler +// <-- QT PHONE START --> + ,EPEPhoneServices + ,EPEParserRecognizer +// <-- QT PHONE END --> }; /** @@ -321,6 +329,12 @@ // Mediator command handler CPERemotePartyInfoMediator* iMediatorCommunicationHandler; + +// <-- QT PHONE START --> + // Phone Services offered via Qt Highway + PhoneServices* iPhoneServices; + ParserRecognizer* iParserRecognizer; +// <-- QT PHONE END --> };