diff -r 6b911d05207e -r bc5a64e5bc3c phoneengine/phonemodel/inc/cpemessagehandler.h --- a/phoneengine/phonemodel/inc/cpemessagehandler.h Wed Jun 23 18:12:20 2010 +0300 +++ b/phoneengine/phonemodel/inc/cpemessagehandler.h Tue Jul 06 14:15:47 2010 +0300 @@ -571,10 +571,24 @@ void HandleDisableService(); /** + * Adds SIM rejected MO CS call to logs. + * @param aCallId is the identification number of the call. + * @return KErrNone if succesfull + */ + TInt AddSIMRejectedMoCsCallToLog( const TInt aCallId ); + + /** * Handle dial service call */ TInt HandleDialServiceCall( const TBool aClientCall ); + + /** + * Returns a boolean to indicate whether network connection + * is allowed or not. + * @return Return a True or False. + */ + TBool IsNetworkConnectionAllowed() const; private: // New functions @@ -621,12 +635,6 @@ TBool AutomaticAnswer( const TInt aCallId ) const; /** - * Returns a boolean to indicate whether emergency call is allowed or not. - * @return Return a True or False. - */ - TBool IsEmergencyAllowed() const; - - /** * Handle Client Call Data. * @return Return possible error. */