summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-18 07:46:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-18 07:46:59 +0000
commitdef1dff981b20a4173e55f43d5e4590bb0c57f11 (patch)
treec3559c694936b41cef3e8f4cbccf125293452458 /comphelper/inc
parentc3e5a4d0e4ff8faaae799fc316792834017a25d6 (diff)
#100000# export symbols
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/asyncnotification.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/comphelper/inc/comphelper/asyncnotification.hxx b/comphelper/inc/comphelper/asyncnotification.hxx
index 05e9cec38cc6..80c1934a883b 100644
--- a/comphelper/inc/comphelper/asyncnotification.hxx
+++ b/comphelper/inc/comphelper/asyncnotification.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: asyncnotification.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-02-17 11:25:20 $
+ * last change: $Author: vg $ $Date: 2005-02-18 08:46:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,10 @@
#include <cppuhelper/implbase1.hxx>
#endif
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
+
#include <deque>
#include <memory>
@@ -111,7 +115,7 @@ namespace comphelper
Normally, you won't use this description directly, but instead derive own
classes which can hold more information.
*/
- class EventDescription : ::rtl::IReference
+ class COMPHELPER_DLLPUBLIC EventDescription : ::rtl::IReference
{
public:
typedef sal_uInt16 EventType;
@@ -228,7 +232,7 @@ namespace comphelper
events in the queue. As soon as you add an event, the thread is woken up, processes the event,
and sleeps again.
*/
- class AsyncEventNotifier
+ class COMPHELPER_DLLPUBLIC AsyncEventNotifier
:public AsyncEventNotifier_TBASE
,public AsyncEventNotifier_BASE
{