home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Goodies
/
CDiagnosticChore.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-11-02
|
300 b
|
10 lines
|
[
TEXT/KAHL
]
/* CDiagnosticChore - a periodic CChore for refreshing diagnostic windows.
This avoids any clashes of drawing environment caused by
trying to update several windows at once. */
#define _H_CDiagnosticChore
struct CDiagnosticChore: CChore {
OVERRIDE void Perform(long *maxSleep);
};