From: mpv Date: Wed, 8 Jun 2005 04:35:57 +0000 (+0000) Subject: Porting to Mandrake 10.1 and new products: X-Git-Tag: T2_2_4a~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6cf1a251ea6386d5ecdd5a84bb47322c3ea23d1f;p=modules%2Fkernel.git Porting to Mandrake 10.1 and new products: porting to the gcc 3.4.1 ('endl' is in 'std' namespace) --- diff --git a/src/SALOMELocalTrace/utilities.h b/src/SALOMELocalTrace/utilities.h index 40238630f..fe0a12238 100644 --- a/src/SALOMELocalTrace/utilities.h +++ b/src/SALOMELocalTrace/utilities.h @@ -52,8 +52,8 @@ #define MESS_INIT(deb) std::ostringstream os; os<insert(NORMAL_MESS, os.str().c_str()); -#define MESS_ABORT endl; LocalTraceBufferPool::instance()->insert(ABORT_MESS, os.str().c_str()); +#define MESS_END std::endl; LocalTraceBufferPool::instance()->insert(NORMAL_MESS, os.str().c_str()); +#define MESS_ABORT std::endl; LocalTraceBufferPool::instance()->insert(ABORT_MESS, os.str().c_str()); // --- Some macros are always defined (without _DEBUG_): for use with release version