summaryrefslogtreecommitdiff
path: root/src/exceptionbase.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-02-19 22:46:37 +0000
committerMike Buland <eichlan@xagasoft.com>2009-02-19 22:46:37 +0000
commit76e10d8d10a9743444942fd0ba5d0f58a122f370 (patch)
treef2e65c6e6baad263391dd7dc981a7f8e167bb707 /src/exceptionbase.cpp
parent0a8a63f836fe8fc6f8b21517d8a5b012544f5e89 (diff)
downloadlibbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.gz
libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.bz2
libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.xz
libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.zip
Hey, this code isn't being used by anyone anymore, ever, anywhere, but I madeoriginal
it compile to get some old tests, and I figured I may as well not throw all that away.
Diffstat (limited to 'src/exceptionbase.cpp')
-rw-r--r--src/exceptionbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptionbase.cpp b/src/exceptionbase.cpp
index f3d22da..5791cfb 100644
--- a/src/exceptionbase.cpp
+++ b/src/exceptionbase.cpp
@@ -1,5 +1,6 @@
1#include "exceptionbase.h" 1#include "exceptionbase.h"
2#include <stdarg.h> 2#include <stdarg.h>
3#include <string.h>
3 4
4ExceptionBase::ExceptionBase( const char *lpFormat, ... ) throw() : 5ExceptionBase::ExceptionBase( const char *lpFormat, ... ) throw() :
5 nErrorCode( 0 ), 6 nErrorCode( 0 ),