summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 13:32:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 13:32:15 +0000
commitc7ab7f9e1001423c8c19c7a2ee57e8bde6c4e19d (patch)
treecdb5c1fcbfa80814d01a53dd20364e43c20bbd25 /sw/source/core/inc
parent2bd18d46a2847e8b9de63784488ae755fd3e17ef (diff)
INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED
2008/04/01 15:57:13 thb 1.2.342.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.2.342.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/core/inc')
-rw-r--r--sw/source/core/inc/threadmanager.hxx62
1 files changed, 18 insertions, 44 deletions
diff --git a/sw/source/core/inc/threadmanager.hxx b/sw/source/core/inc/threadmanager.hxx
index 6cc26d882ede..a1fb55622bc1 100644
--- a/sw/source/core/inc/threadmanager.hxx
+++ b/sw/source/core/inc/threadmanager.hxx
@@ -1,74 +1,48 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: threadmanager.hxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.2 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: obo $ $Date: 2007-07-18 13:35:13 $
+ * $RCSfile: threadmanager.hxx,v $
+ * $Revision: 1.3 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef _THREADMANAGER_HXX
#define _THREADMANAGER_HXX
-#ifndef _ITHREADLISTENEROWNER_HXX
#include <ithreadlistenerowner.hxx>
-#endif
-
-#ifndef _TIMER_HXX
#include <vcl/timer.hxx>
-#endif
-#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
-#endif
-#ifndef _OSL_INTERLOCK_H_
#include <osl/interlck.h>
-#endif
-#ifndef _RTL_REF_HXX_
#include <rtl/ref.hxx>
-#endif
#include <deque>
#include <list>
-
-#ifndef _CPPUHELPER_WEAK_HXX_
#include <cppuhelper/weak.hxx>
-#endif
#include "com/sun/star/util/XJobManager.hpp"
-
-#ifndef _OBSERVABLETHREAD_HXX
#include <observablethread.hxx>
-#endif
-#ifndef _CANCELLABLEJOB_HXX
#include <cancellablejob.hxx>
-#endif
-#ifndef _THREADLISTENER_HXX
#include <threadlistener.hxx>
-#endif
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>