From 81e551babd9ba43a6153fefe0458b47fca20498a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 14:46:53 +0000 Subject: 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. --- ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ucbhelper') 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 #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; -- cgit