phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h
branchRCL_3
changeset 61 41a7f70b3818
parent 0 5f000ab63145
child 62 5266b1f337bd
--- a/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h	Tue Aug 31 15:14:29 2010 +0300
@@ -21,7 +21,7 @@
 #define CPEPARSERMANUFACTURERHANDLER_H
 
 //INCLUDES
-#include <CPhoneGsmManufacturerHandler.h>
+#include <cphonegsmmanufacturerhandler.h>
 #include <pevirtualengine.h>
 
 // CONSTANTS
@@ -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;