summaryrefslogtreecommitdiffstats
path: root/src/Common/Exception.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-16 05:20:25 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-16 05:20:25 +0200
commitb021e0e33105535b85824aa0d70ecf72cc2fb251 (patch)
treeb34786370629fc3adcc9f9efe06ef0ecfb9c6161 /src/Common/Exception.h
parentd08a98b8304eb2c831907254095d6829fb98a95b (diff)
downloadmad-b021e0e33105535b85824aa0d70ecf72cc2fb251.tar
mad-b021e0e33105535b85824aa0d70ecf72cc2fb251.zip
Added strerror method
Diffstat (limited to 'src/Common/Exception.h')
-rw-r--r--src/Common/Exception.h2
1 files changed, 2 insertions, 0 deletions
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;
};
}