summaryrefslogtreecommitdiffstats
path: root/udm/source/inc/precomp.h
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-05-14 07:29:37 +0000
committerNikolai Pretzell <np@openoffice.org>2002-05-14 07:29:37 +0000
commit69ad19e30257a7c14e7a50cfe7054e98ea5289a3 (patch)
tree773036d5bb2ffaac4d163032bbcf29fcb884d2a0 /udm/source/inc/precomp.h
parent#98964#, New layout for IDL-docu and some fixes for gcc and in Filehandling (diff)
downloadcore-69ad19e30257a7c14e7a50cfe7054e98ea5289a3.tar.gz
core-69ad19e30257a7c14e7a50cfe7054e98ea5289a3.zip
#98964#, New layout for Autodoc-IDL-docu
Diffstat (limited to 'udm/source/inc/precomp.h')
-rw-r--r--udm/source/inc/precomp.h20
1 files changed, 6 insertions, 14 deletions
diff --git a/udm/source/inc/precomp.h b/udm/source/inc/precomp.h
index 85f027abe4bb..04181206a38c 100644
--- a/udm/source/inc/precomp.h
+++ b/udm/source/inc/precomp.h
@@ -2,9 +2,9 @@
*
* $RCSfile: precomp.h,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:32:37 $
+ * last change: $Author: np $ $Date: 2002-05-14 08:29:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,8 @@
// For en/disabling csv_assertions:
#ifndef DEBUG
#define CSV_NO_ASSERTIONS
+#else
+#define CSV_USE_CSV_ASSERTIONS
#endif
#ifdef NP_LOCALBUILD
@@ -79,8 +81,8 @@
// Shortcuts to access csv::-types:
-// using csv::String;
-// using csv::StringVector;
+using csv::String;
+using csv::StringVector;
using csv::StreamStr;
using csv::ios;
using csv::ostream;
@@ -89,19 +91,9 @@ typedef csv::StreamStrLock StreamLock;
-/** @attention
- Has to be changed to returning csv::Cout(),if
- 1) iostreams are not used ( #ifdef CSV_NO_IOSTREAM )
- 2) used for an GUI-application.
-*/
inline ostream &
Cout() { return csv::Cout(); }
-/** @attention
- Has to be changed to returning csv::Cerr(),if
- 1) iostreams are not used ( #ifdef CSV_NO_IOSTREAM )
- 2) used for an GUI-application.
-*/
inline ostream &
Cerr() { return csv::Cerr(); }