NetBurner 3.1
web_buffers.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef _WEB_BUFFERS_H
6
#define _WEB_BUFFERS_H
7
8
class
buffer_object
9
{
10
public
:
11
// A write of ZERO bytes indicates end of data stream
12
virtual
int
WriteData
(
const
unsigned
char
*pCopyFrom,
int
num_bytes) = 0;
13
};
14
15
#endif
WriteData
void WriteData(int fd, const char *c, int siz)
Definition:
gifCompress.cpp:142
nbrtos
include
webclient
web_buffers.h
Generated by
1.8.14