mirror of https://github.com/macssh/macssh.git
28 lines
1.7 KiB
C
Executable File
28 lines
1.7 KiB
C
Executable File
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
// % Project : GUSI - Grand Unified Socket Interface
|
|
// % File : GUSISIOW.nw - SIOW Interface
|
|
// % Author : Matthias Neeracher
|
|
// % Language : C++
|
|
// %
|
|
// % $Log$
|
|
// % Revision 1.1.1.1 2001/03/03 21:50:13 chombier
|
|
// % Initial import
|
|
// %
|
|
// % 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]].
|
|
//
|
|
// <GUSISIOW.h>=
|
|
#ifndef _GUSISIOW_
|
|
#define _GUSISIOW_
|
|
|
|
#endif /* _GUSISIOW_ */
|