home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netscape Plug-Ins Developer's Kit
/
Netscape_Plug-Ins_Developers_Kit.iso
/
source
/
Chap02
/
queue
/
main.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-10
|
114 b
|
11 lines
#ifndef MAIN_H
#define MAIN_H
const short kMaxBufferSize = 81;
class BufferFullException
{
};
#endif