summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 16:37:59 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 16:37:59 +0000
commitce64ae8df597054a92e212fa7dbbea5a762d7d78 (patch)
tree43bb636d784e056166e300f2c590d59ec80b26e0 /tools
parent3440c1ab3f3e01489e985462b1ab6d450b053d7f (diff)
INTEGRATION: CWS os2port03 (1.2.2); FILE ADDED
2008/07/18 11:32:17 rt 1.2.2.3: License header updated. 2008/01/14 17:03:52 ydario 1.2.2.2: restored os2 code. Issue number:i85203 Submitted by:ydario 2003/10/20 15:39:29 ydario 1.2.2.1: file dll.hxx was added on branch cws_src680_os2port03 on 2008-01-14 17:03:52 +0000
Diffstat (limited to 'tools')
-rw-r--r--tools/os2/inc/dll.hxx43
1 files changed, 43 insertions, 0 deletions
diff --git a/tools/os2/inc/dll.hxx b/tools/os2/inc/dll.hxx
new file mode 100644
index 000000000000..1f8858e89d63
--- /dev/null
+++ b/tools/os2/inc/dll.hxx
@@ -0,0 +1,43 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: dll.hxx,v $
+ *
+ * $Revision: 1.3 $
+ *
+ * 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.
+ *
+ * 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).
+ *
+ * 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 _DLL_HXX
+#define _DLL_HXX
+
+// MultiThread-Sicherung aktivieren
+void EnterMultiThread( int bEnter );
+int IsMultiThread();
+
+// Um Resourcen wieder freizugeben
+//YD void ImpDeInitOS2Tools();
+inline void ImpDeInitOS2Tools() {}
+
+#endif