bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
|
76
by Gustav Hartvigsson
* Started working on this thing... |
1 |
#ifdef __H_STREAM__
|
2 |
#ifndef __H_STREAM_PRIVATE__
|
|
3 |
||
4 |
struct SStreamPrivate { |
|
5 |
spointer * data; |
|
6 |
size_t buffered; /* < The number of buffered bytes. */ |
|
|
77
by Gustav Hartvigsson
* More work on SStream... Requiers Mutex suppert :-) |
7 |
};
|
|
76
by Gustav Hartvigsson
* Started working on this thing... |
8 |
|
9 |
#endif /* __H_STREAM_PRIVATE__ */ |
|
10 |
#else /* #ifdef __H_STREAM__ */ |
|
11 |
#pragma message ("Trying to include file StreamPrivate.h without includeing Stream.h");
|
|
|
77
by Gustav Hartvigsson
* More work on SStream... Requiers Mutex suppert :-) |
12 |
#endif /* #ifdef __H_STREAM__ */ |
|
76
by Gustav Hartvigsson
* Started working on this thing... |
13 |