phoneengine/loghandling/inc/cpeloghandling.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
   251          * @param   aPluginUid      An ECom plugin implementation identifier.
   251          * @param   aPluginUid      An ECom plugin implementation identifier.
   252          * @return  Extension wrapper instance.
   252          * @return  Extension wrapper instance.
   253          */
   253          */
   254         CPELogExtensionWrapper* CreateExtensionWrapperLC( 
   254         CPELogExtensionWrapper* CreateExtensionWrapperLC( 
   255             const TUid& aPluginUid ) const;
   255             const TUid& aPluginUid ) const;
       
   256         
       
   257         /**
       
   258          * Checks if string is valid number for CS call.
       
   259          * @since   S60 v5.1
       
   260          * @param   aString A string to be checked.
       
   261          * @return  ETrue if valid phone number.
       
   262          */
       
   263         TBool IsValidPhoneNumber( 
       
   264             const TDesC& aString ) const;
   256         
   265         
   257     private: // data 
   266     private: // data 
   258         // Reference to MPEPhoneModelInternal, also object owner
   267         // Reference to MPEPhoneModelInternal, also object owner
   259         MPEPhoneModelInternal&  iModel;
   268         MPEPhoneModelInternal&  iModel;
   260         // Reference to data store
   269         // Reference to data store