phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
--- a/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h	Wed Jun 23 18:12:20 2010 +0300
@@ -81,27 +81,6 @@
         */
         void ProcessDebugL( const TDesC& aCode );
     
-    private:
-    
-        /**
-        * Gets phone model and sw version
-        * @param aSwVersion sw version
-        * return Error Code
-        */
-        TInt GetSwVersionAndPhoneModelL( TDes& aSwVersion );
-        
-        /**
-        * Add phone model to sw version
-        * @param aSwVersion sw version
-        */
-        void AppendPhoneModelL( TDes& aSwVersion );
-        
-        /**
-        * Remove needless line from string
-        * @param aSwVersion sw version
-        */
-        void RemoveLinesAfterThreeLines( TDes& aSwVersion );
-        
     private:    
         //MPEPhoneModelInternal is used to send message to the phone application
         MPEPhoneModelInternal& iModel;