From b021e0e33105535b85824aa0d70ecf72cc2fb251 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 16 Sep 2008 05:20:25 +0200 Subject: Added strerror method --- src/Common/Exception.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Common/Exception.h') diff --git a/src/Common/Exception.h b/src/Common/Exception.h index 6b4cf9f..d072db2 100644 --- a/src/Common/Exception.h +++ b/src/Common/Exception.h @@ -42,6 +42,8 @@ class Exception { ErrorCode getErrorCode() const {return errorCode;} unsigned long getSubCode() const {return subCode;} unsigned long getSubSubCode() const {return subSubCode;} + + const char* strerror() const; }; } -- cgit v1.2.3