From b841bd996c8deb0d5d7e3b6b179ff692e8023059 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 14:45:58 +0000 Subject: INTEGRATION: CWS visibility02 (1.1.128); FILE MERGED 2004/12/22 04:02:25 mnicel 1.1.128.1: Issue number:38608 Symbol visibility work. --- ucbhelper/inc/ucbhelper/proxydecider.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/inc/ucbhelper/proxydecider.hxx b/ucbhelper/inc/ucbhelper/proxydecider.hxx index cff4f99d3aa8..d7595c56235f 100644 --- a/ucbhelper/inc/ucbhelper/proxydecider.hxx +++ b/ucbhelper/inc/ucbhelper/proxydecider.hxx @@ -2,9 +2,9 @@ * * $RCSfile: proxydecider.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: kso $ $Date: 2002-10-28 16:05:17 $ + * last change: $Author: vg $ $Date: 2005-02-16 15:45:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,9 @@ #ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_ #include #endif +#ifndef INCLUDED_UCBHELPERDLLAPI_H +#include "ucbhelper/ucbhelperdllapi.h" +#endif namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; @@ -109,7 +112,7 @@ namespace proxydecider_impl { class InternetProxyDecider_Impl; } * should not cache results obtained from InternetProxyDecider instances. One * instance should be kept to be queried multiple times instead. */ -class InternetProxyDecider +class UCBHELPER_DLLPUBLIC InternetProxyDecider { public: /** -- cgit