phoneapp/phoneuicontrol/inc/cphonestatemachine.h
branchRCL_3
changeset 58 40a3f856b14d
parent 17 38529f706030
child 61 41a7f70b3818
equal deleted inserted replaced
57:94dc1107e8b2 58:40a3f856b14d
   140           * @param aValue New property value
   140           * @param aValue New property value
   141           */
   141           */
   142          IMPORT_C void HandlePropertyChangedL(const TUid& aCategory,
   142          IMPORT_C void HandlePropertyChangedL(const TUid& aCategory,
   143          	const TUint aKey,
   143          	const TUint aKey,
   144          	const TInt aValue );
   144          	const TInt aValue );
       
   145          
       
   146          /**
       
   147            * Getter for CEikonEnv to avoid use of static system calls
       
   148            * @return CEikonEnv handle
       
   149            */
       
   150           IMPORT_C CEikonEnv* EikonEnv() const;
       
   151          
   145 
   152 
   146     protected:
   153     protected:
   147 
   154 
   148         /**
   155         /**
   149         * By default EPOC constructor is private.
   156         * By default EPOC constructor is private.
   190         /**
   197         /**
   191          * Security message handling interface.
   198          * Security message handling interface.
   192          * Not own.
   199          * Not own.
   193          */
   200          */
   194         MPhoneSecurityMessageHandler* iSecurityMessageHandler;
   201         MPhoneSecurityMessageHandler* iSecurityMessageHandler;
       
   202         
       
   203         /** Internal variable for EikonEnv to avoid use of static system calls
       
   204          * Not own.
       
   205          */
       
   206         CEikonEnv* iEnv;
   195         
   207         
   196     };
   208     };
   197 
   209 
   198 #endif      // CPHONESTATEMACHINE_H
   210 #endif      // CPHONESTATEMACHINE_H
   199             
   211