From ced5fd9a7126e444bd9129c3616883dcf3139173 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Jan 2006 17:02:49 +0000 Subject: INTEGRATION: CWS gcc41 (1.10.80); FILE MERGED 2005/12/07 16:53:22 pmladek 1.10.80.1: #i58972# Added missing declarations; It was necessary because friend function declaration did not longer invoked implicit declaration of the function in gcc-4.1 --- desktop/source/app/lockfile.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/lockfile.hxx b/desktop/source/app/lockfile.hxx index 0d5d78e2448e..189b63fed3f1 100644 --- a/desktop/source/app/lockfile.hxx +++ b/desktop/source/app/lockfile.hxx @@ -4,9 +4,9 @@ * * $RCSfile: lockfile.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:10:43 $ + * last change: $Author: obo $ $Date: 2006-01-19 18:02:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,9 @@ class ByteString; namespace desktop { + class Lockfile; + bool Lockfile_execWarning( Lockfile * that ); + class Lockfile { public: -- cgit