From d807e6bf984c3efe3ff37e65050f1f4cd2664478 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 1 Nov 2005 09:36:58 +0000 Subject: INTEGRATION: CWS vcl42 (1.7.112); FILE MERGED 2005/10/06 07:06:08 pl 1.7.112.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/08 10:40:36 pl 1.7.112.1: #i52626# set client id on gtk client leader --- vcl/unx/inc/sm.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl/unx/inc/sm.hxx') diff --git a/vcl/unx/inc/sm.hxx b/vcl/unx/inc/sm.hxx index 27d88aa5de23..722221d89d2e 100644 --- a/vcl/unx/inc/sm.hxx +++ b/vcl/unx/inc/sm.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sm.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:48:23 $ + * last change: $Author: kz $ $Date: 2005-11-01 10:36:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,7 +77,7 @@ public: static void interactionDone(); static String getExecName(); - static const ByteString& getSessionID() { return aClientID; } + static VCL_DLLPUBLIC const ByteString& getSessionID(); }; class SalFrame; -- cgit