summaryrefslogtreecommitdiff
path: root/Kokyu
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-23 12:30:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-23 12:30:41 +0000
commit01b8e0457dd6c71c62131d78c15e8085d6197c77 (patch)
treed275499714313d5e8a9724b538e90a379cbb9594 /Kokyu
parente06bac8440cd33cea7ba0d076a2ff127a0fcfb37 (diff)
downloadATCD-01b8e0457dd6c71c62131d78c15e8085d6197c77.tar.gz
ChangeLogTag: Tue Dec 23 11:29:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'Kokyu')
-rw-r--r--Kokyu/Dispatcher_Impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kokyu/Dispatcher_Impl.h b/Kokyu/Dispatcher_Impl.h
index 8facb5eb5dd..bc4f5c1064c 100644
--- a/Kokyu/Dispatcher_Impl.h
+++ b/Kokyu/Dispatcher_Impl.h
@@ -20,7 +20,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
+#include "kokyu_export.h"
namespace Kokyu
{
@@ -33,7 +33,7 @@ namespace Kokyu
* for different EC dispatcher implementations. This is an
* abstract base class and cannot be instantiated.
*/
- class Dispatcher_Impl
+ class Kokyu_Export Dispatcher_Impl
{
public:
/// Configure the dispatcher.