#include "synchconsole.h"#include "console.h"#include "synch.h"Go to the source code of this file.
Functions | |
| void | SynchReadAvail (SynchConsole *SC) |
| void | SynchWriteDone (SynchConsole *SC) |
|
|
Definition at line 9 of file synchconsole.cc. References SynchConsole::ReadAvail. Referenced by SynchConsole::SynchConsole.
00009 { SC->ReadAvail();}
|
|
|
Definition at line 10 of file synchconsole.cc. References SynchConsole::WriteDone. Referenced by SynchConsole::SynchConsole.
00010 { SC->WriteDone();}
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002