diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:02:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:02:49 +0000 |
commit | ced5fd9a7126e444bd9129c3616883dcf3139173 (patch) | |
tree | c657ddbad4b70df4216d0077e09232307d5ab74b /desktop | |
parent | a370f2e6c03b3c64020592f52dcaf146111d0f4e (diff) |
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
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/lockfile.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
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: |