summaryrefslogtreecommitdiffstats
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:46:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:46:53 +0000
commit81e551babd9ba43a6153fefe0458b47fca20498a (patch)
treeac57e172b09834141c30825d40a545f9c43cafb6 /ucbhelper
parentINTEGRATION: CWS visibility02 (1.3.166); FILE MERGED (diff)
downloadcore-81e551babd9ba43a6153fefe0458b47fca20498a.tar.gz
core-81e551babd9ba43a6153fefe0458b47fca20498a.zip
INTEGRATION: CWS visibility02 (1.3.156); FILE MERGED
2004/12/22 04:02:26 mnicel 1.3.156.1: Issue number:38608 Symbol visibility work.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx b/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx
index 0b7d89679329..3b34c53762eb 100644
--- a/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx
+++ b/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: simpleauthenticationrequest.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sb $ $Date: 2001-07-13 12:46:30 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:46:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _UCBHELPER_INTERATIONREQUEST_HXX
#include <ucbhelper/interactionrequest.hxx>
#endif
+#ifndef INCLUDED_UCBHELPERDLLAPI_H
+#include "ucbhelper/ucbhelperdllapi.h"
+#endif
namespace ucbhelper {
@@ -90,7 +93,7 @@ namespace ucbhelper {
* @see InteractionRetry
* @see InteractionSupplyAuthentication
*/
-class SimpleAuthenticationRequest : public ucbhelper::InteractionRequest
+class UCBHELPER_DLLPUBLIC SimpleAuthenticationRequest : public ucbhelper::InteractionRequest
{
rtl::Reference<
ucbhelper::InteractionSupplyAuthentication > m_xAuthSupplier;