phoneengine/servicehandling/inc/cpeservicehandling.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneengine/servicehandling/inc/cpeservicehandling.h	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneengine/servicehandling/inc/cpeservicehandling.h	Fri Apr 16 14:58:25 2010 +0300
@@ -20,9 +20,6 @@
 #define C_PESERVICEHANDLING_H
 
 #include <e32base.h>
-// <-- QT PHONE START -->
-// #include <cch.h>
-// <-- QT PHONE END -->
 #include "mpeservicehandling.h"
 
 class  MPEPhoneModelInternal;
@@ -35,9 +32,6 @@
  *  @since S60 v5.0
  */
 NONSHARABLE_CLASS( CPEServiceHandling ): public CBase,
-// <-- QT PHONE START -->
-                                         //public MCchServiceStatusObserver,
-// <-- QT PHONE END -->
                                          public MPEServiceHandling
     {
 
@@ -84,21 +78,6 @@
          */ 
         void DisableService() const;
     
-    public: // from MCchServiceStatusObserver
-        
-        /**
-         * From MCchServiceStatusObserver.
-         * Signaled when service status or error changes.
-         *
-         * @param   aServiceId      Identifier of the service.
-         * @param   aType           Service type.
-         * @param   aServiceStatus  Service status.
-         */
-        // <-- QT PHONE START -->
-        /*void ServiceStatusChanged( TInt aServiceId, 
-                                   const TCCHSubserviceType aType,
-                                   const TCchServiceStatus& aServiceStatus );*/
-        // <-- QT PHONE END -->
     private: // Constructors
 
         /**
@@ -110,40 +89,10 @@
          * By default Symbian 2nd phase constructor is private.
          */
         void ConstructL();
-        
-    private: // functions
-    
-        /**
-         * Enable service, if not already enabled.
-         *
-         * @param  aState       Service state.
-         * @param  aService     Service.
-         * @return Error code.
-         */
-        // <-- QT PHONE START -->
-        /*TInt EnableServiceIfNeeded( const TCCHSubserviceState& aState, 
-                                    CCchService& aService );*/
-        
-        /**
-        * Sends ServiceHandlingError message to PhoneEngine and saves 
-        * errorcode to member variable.
-        * 
-        * @param  aErrorCode, Cch errorcode.
-        */      
-        //void SendErrorMessage( TInt aErrorCode );
-        // <-- QT PHONE END -->
-       
+               
     private: // data
         
         /**
-         * CCH client.
-         * Own.
-         */
-        // <-- QT PHONE START -->
-        //CCch* iCchClient;
-        // <-- QT PHONE END -->
-
-        /**
          * PhoneModel.
          * Not own.
          */