equal
deleted
inserted
replaced
831 * |
831 * |
832 * @param aIpc Ipc number of the request |
832 * @param aIpc Ipc number of the request |
833 * @return TBool |
833 * @return TBool |
834 */ |
834 */ |
835 TBool IsRequestPossibleInOffline( TInt aIpc ) const; |
835 TBool IsRequestPossibleInOffline( TInt aIpc ) const; |
|
836 |
|
837 /** |
|
838 * Checks if error code is a relay protocol error |
|
839 * |
|
840 * |
|
841 * @param aError Cause value received from LTSY |
|
842 * @return TBool |
|
843 */ |
|
844 static TBool IsRPError(TInt aError); |
836 |
845 |
837 private: |
846 private: |
838 |
847 |
839 /** |
848 /** |
840 * A pointer to the Phone TSY |
849 * A pointer to the Phone TSY |