summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/odma
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 12:58:37 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 12:58:37 +0000
commit6dc55afa8ea58133baa89ffa82f156d5f71b7c1d (patch)
treeddf800c86dda9a71c171624f49bf1c1847b623ff /ucb/source/ucp/odma
parent34698dd606b2feb2c6cceb30fc1da831b4d10aee (diff)
INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED
2006/09/01 17:55:48 kaib 1.4.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/source/ucp/odma')
-rw-r--r--ucb/source/ucp/odma/odma_content.cxx7
-rw-r--r--ucb/source/ucp/odma/odma_contentcaps.cxx7
-rw-r--r--ucb/source/ucp/odma/odma_datasupplier.cxx7
-rw-r--r--ucb/source/ucp/odma/odma_main.cxx7
-rw-r--r--ucb/source/ucp/odma/odma_provider.cxx7
5 files changed, 25 insertions, 10 deletions
diff --git a/ucb/source/ucp/odma/odma_content.cxx b/ucb/source/ucp/odma/odma_content.cxx
index 66f3c09f8d..77a353ebfb 100644
--- a/ucb/source/ucp/odma/odma_content.cxx
+++ b/ucb/source/ucp/odma/odma_content.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odma_content.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:50:15 $
+ * last change: $Author: obo $ $Date: 2006-09-17 13:57:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
+
/**************************************************************************
TODO
**************************************************************************
diff --git a/ucb/source/ucp/odma/odma_contentcaps.cxx b/ucb/source/ucp/odma/odma_contentcaps.cxx
index dfe7ff724e..93df633fe2 100644
--- a/ucb/source/ucp/odma/odma_contentcaps.cxx
+++ b/ucb/source/ucp/odma/odma_contentcaps.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odma_contentcaps.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:50:52 $
+ * last change: $Author: obo $ $Date: 2006-09-17 13:57:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
+
/**************************************************************************
TODO
**************************************************************************
diff --git a/ucb/source/ucp/odma/odma_datasupplier.cxx b/ucb/source/ucp/odma/odma_datasupplier.cxx
index fd4ec0e067..8832565c10 100644
--- a/ucb/source/ucp/odma/odma_datasupplier.cxx
+++ b/ucb/source/ucp/odma/odma_datasupplier.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odma_datasupplier.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:51:22 $
+ * last change: $Author: obo $ $Date: 2006-09-17 13:57:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
+
/**************************************************************************
TODO
**************************************************************************
diff --git a/ucb/source/ucp/odma/odma_main.cxx b/ucb/source/ucp/odma/odma_main.cxx
index 99e4c02dcf..dd2d58bb14 100644
--- a/ucb/source/ucp/odma/odma_main.cxx
+++ b/ucb/source/ucp/odma/odma_main.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odma_main.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:53:05 $
+ * last change: $Author: obo $ $Date: 2006-09-17 13:58:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
#ifndef _VOS_PROCESS_HXX_
#include <vos/process.hxx>
#endif
diff --git a/ucb/source/ucp/odma/odma_provider.cxx b/ucb/source/ucp/odma/odma_provider.cxx
index 73992f5877..22f8d39c73 100644
--- a/ucb/source/ucp/odma/odma_provider.cxx
+++ b/ucb/source/ucp/odma/odma_provider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odma_provider.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:53:21 $
+ * last change: $Author: obo $ $Date: 2006-09-17 13:58:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
+
/**************************************************************************
TODO
**************************************************************************