phoneengine/phonemodel/inc/cpephonemodel.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 27 2f8f8080a020
--- a/phoneengine/phonemodel/inc/cpephonemodel.h	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneengine/phonemodel/inc/cpephonemodel.h	Fri Apr 16 14:58:25 2010 +0300
@@ -46,10 +46,8 @@
 class CPEAudioFactory;
 class MPEServiceHandling;
 class CPERemotePartyInfoMediator;
-// <-- QT PHONE START --> 
 class PhoneServices;
 class ParserRecognizer;
-// <-- QT PHONE END --> 
 
 // CLASS DECLARATION
 
@@ -80,10 +78,8 @@
             EPELogHandlingPhaseTwo,
             EPEContactHandlingPhaseTwo,
             EPEMediatorCommandHandler
-// <-- QT PHONE START --> 
            ,EPEPhoneServices
            ,EPEParserRecognizer
-// <-- QT PHONE END --> 
             };
 
         /**
@@ -330,11 +326,9 @@
         // Mediator command handler
         CPERemotePartyInfoMediator* iMediatorCommunicationHandler;
         
-// <-- QT PHONE START --> 
         // Phone Services offered via Qt Highway
         PhoneServices* iPhoneServices;
         ParserRecognizer* iParserRecognizer;
-// <-- QT PHONE END --> 
 
     };