phoneengine/phonemodel/inc/cpephonemodel.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- 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 --> 
 
     };