#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 LB_
#undef LE_
#undef LE_ret
#undef ret
#undef ret_
#undef __
#undef ___
#define LB_( x )
{
#define LE_
}
#define ret_ return ;
#define LE_ret( x ) return( x );
#define ret( x ) return( x );
#define __
#define ___
#endif
/* Module ut/ut_web web.ic
*****************************************************************************
Author Gebhard.Greiter@softlab.de
*/
#include for_spu.h
#include ut_web.h : cpp
class Ut_web
top . is_inc_for . C++
/* _____________________________________________________________________________ R e u s e . f o r . Project Web Creation short description _ text section to be shown in mono-space font (courier) _ text section to be formatted automatically (arial) _ usw. _____________________________________________________________________________ */ { public: char * kopf ; char * t1 ; char * t2 ; char * sP ; protected: private: // exported methods: public: Ut_web :: Ut_web ( // ----------------------------------------------------------------------------- ) ; public: void Ut_web :: create_css ( char * dir /* ----------------------------------------------------------------------------- create dir/j2h.css |---------------------------------------------------------------------------- */ ) ; public: void Ut_web :: table_splitter /* ----------------------------------------------------------------------------- zerlege Tabellen, damit sie schneller auf dem Bildschirm erscheinen: Der Browser zeigt Tabellen erst, wenn sie ganz eingelesen sind. ----------------------------------------------------------------------------- */ ( FILE * f , uint & anz ) ; } ; #endif