aboutsummaryrefslogtreecommitdiff
path: root/src/xmlexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlexception.cpp')
-rw-r--r--src/xmlexception.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmlexception.cpp b/src/xmlexception.cpp
index 7012ee6..9f38844 100644
--- a/src/xmlexception.cpp
+++ b/src/xmlexception.cpp
@@ -1,6 +1,9 @@
1#include "xmlexception.h" 1#include "xmlexception.h"
2#include <stdarg.h> 2#include <stdarg.h>
3 3
4subExceptionDef( XmlException )
5
6/*
4XmlException::XmlException( const char *lpFormat, ... ) throw() : 7XmlException::XmlException( const char *lpFormat, ... ) throw() :
5 Exception( 0 ) 8 Exception( 0 )
6{ 9{
@@ -25,3 +28,4 @@ XmlException::XmlException( int nCode ) throw() :
25 Exception( nCode ) 28 Exception( nCode )
26{ 29{
27} 30}
31*/