summaryrefslogtreecommitdiff
path: root/ACEXML/compass/PropertyFile_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/PropertyFile_Handler.h')
-rw-r--r--ACEXML/compass/PropertyFile_Handler.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ACEXML/compass/PropertyFile_Handler.h b/ACEXML/compass/PropertyFile_Handler.h
index aed7d03e5d1..47c86719652 100644
--- a/ACEXML/compass/PropertyFile_Handler.h
+++ b/ACEXML/compass/PropertyFile_Handler.h
@@ -14,6 +14,7 @@
#define ACEXML_PROPERTYFILE_HANDLER_H
#include "ace/pre.h"
+#include "ACEXML/compass/Compass_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
#pragma once
@@ -30,7 +31,7 @@
* This SAX event handler try to regenerate the XML document it
* reads with correct indentation.
*/
-class ACEXML_PropertyFile_Handler : public ACEXML_DefaultHandler
+class Compass_Export ACEXML_PropertyFile_Handler : public ACEXML_DefaultHandler
{
public:
/*
@@ -186,6 +187,9 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "PropertyFile_Handler.inl"
+# include "ACEXML/compass/PropertyFile_Handler.inl"
#endif /* __ACEXML_INLINE__ */
+
+#include "ace/post.h"
+
#endif /* ACEXML_PROPERTYFILE_HANDLER_H */