#undef BB
#undef BBStr
#undef bb
#undef bbStr
#define BB
#define BBStr( x,y,z ) ;
#define bb
#define bbStr( x,y,z ) ;
#ifndef procNestOn
#undef BB
#undef BBStr
#undef bb
#undef bbStr
#undef LB_
#undef LE_
#undef LE_ret
#undef ret
#undef ret_
#undef __
#undef ___
#define BB if ( 1 < call_nr || errno )
#define bb if ( 1 < call_nr || errno )
#define BBStr( x,y,z )
{
BB traceStr( x,y,z );
}
#define bbStr( x,y,z )
{
bb traceStr( x,y,z );
}
#define __
{
bb
{
printf( "\nLine %i", __LINE__ );
}
}
#define ___
#define ret_
{
__ return ;
}
#define LE_ __ return ;
#define LE_ret( x ) __ return( x );
#define ret( x )
{
__ return( x );
}
#define LB_( x )
{
bb printf( "\n-> %s", x ); safe_ut.showSysCalls = 1 ;
#endif
/* Module ut/St_htm htm.ic
*****************************************************************************
Authors Gebhard.Greiter@softlab.de
*/
#include for_spu.h
class St_htm
top . is_inc_for . C++
/* _____________________________________________________________________________ R e u s e . f o r . ALL Static methods for creating and manipulating HTML text _____________________________________________________________________________ */ { public: protected: private: // exported methods: public: static void St_htm :: to_htm /* ----------------------------------------------------------------------------- replace HTML special chars ----------------------------------------------------------------------------- */ ( char * str , char * htm , long maxLen ) ; public: void St_htm :: word_to_htm /* ----------------------------------------------------------------------------- for each MS Word file 'x/f.doc or 'x/f.rtf found in the given 'dir tree create x/publish/f.htm ----------------------------------------------------------------------------- */ ( FILE * f , char * dir ) ; } ; #endif