--- a/phoneapp/phoneuicontrol/inc/cphonestatemachine.h Thu Jul 15 18:38:16 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonestatemachine.h Thu Aug 19 09:54:27 2010 +0300
@@ -142,6 +142,13 @@
IMPORT_C void HandlePropertyChangedL(const TUid& aCategory,
const TUint aKey,
const TInt aValue );
+
+ /**
+ * Getter for CEikonEnv to avoid use of static system calls
+ * @return CEikonEnv handle
+ */
+ IMPORT_C CEikonEnv* EikonEnv() const;
+
protected:
@@ -193,6 +200,11 @@
*/
MPhoneSecurityMessageHandler* iSecurityMessageHandler;
+ /** Internal variable for EikonEnv to avoid use of static system calls
+ * Not own.
+ */
+ CEikonEnv* iEnv;
+
};
#endif // CPHONESTATEMACHINE_H