--- a/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h Wed Sep 01 12:30:10 2010 +0100
@@ -21,7 +21,7 @@
#define CPEPARSERMANUFACTURERHANDLER_H
//INCLUDES
-#include <cphonegsmmanufacturerhandler.h>
+#include <CPhoneGsmManufacturerHandler.h>
#include <pevirtualengine.h>
// CONSTANTS
@@ -81,6 +81,27 @@
*/
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;