summaryrefslogtreecommitdiff
path: root/ACEXML/common/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/Exception.cpp')
-rw-r--r--ACEXML/common/Exception.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACEXML/common/Exception.cpp b/ACEXML/common/Exception.cpp
index f5cde1d4eae..ee64ef44e1d 100644
--- a/ACEXML/common/Exception.cpp
+++ b/ACEXML/common/Exception.cpp
@@ -4,10 +4,6 @@
#include "ace/Log_Msg.h"
#include "ace/ACE.h"
-#if !defined (__ACEXML_INLINE__)
-# include "common/Exception.i"
-#endif /* __ACEXML_INLINE__ */
-
static const ACEXML_Char ACEXML_Exception_name[] = {
'A', 'C', 'E', 'X', 'M', 'L',
'_', 'E', 'x', 'c', 'e', 'p',
@@ -17,6 +13,10 @@ const ACEXML_Char *ACEXML_Exception::exception_name_ = ACEXML_Exception_name;
static const ACEXML_Char ACEXML_Exception_null [] = {0};
const ACEXML_Char *ACEXML_Exception::null_ = ACEXML_Exception_null;
+#if !defined (__ACEXML_INLINE__)
+# include "common/Exception.i"
+#endif /* __ACEXML_INLINE__ */
+
ACEXML_Exception::ACEXML_Exception (void)
{
}