// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% // % Project : GUSI - Grand Unified Socket Interface // % File : GUSISIOW.nw - SIOW Interface // % Author : Matthias Neeracher // % Language : C++ // % // % $Log: GUSISIOW.h,v $ // % Revision 1.1 2001/03/11 22:38:11 sgehani%netscape.com // % First Checked In. // % // % Revision 1.2 1999/08/26 05:45:08 neeri // % Fixes for literate edition of source code // % // % Revision 1.1 1999/07/19 06:17:08 neeri // % Add SIOW support // % // // \chapter{SIOW Support} // // SIOW support is based on MPW support, adding a few event hooks so update and activate events // get handled during blocking calls. SIOW support is installed implecitly through [[GUSIDefaultSetupConsole]]. // // = #ifndef _GUSISIOW_ #define _GUSISIOW_ #endif /* _GUSISIOW_ */