/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/Stream.h

* Merging pragma_once branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
#ifndef __H_STREAM__
 
2
#pragma once
 
3
 
 
4
/* We define this to make sure that SteamPrivate does can not be included
 
5
 * without this header.
 
6
 */
3
7
#define __H_STREAM__
4
8
 
5
9
#include "baseobject.h"
94
98
 */
95
99
 
96
100
S_END_DECLS
97
 
 
98
 
#endif /* __H_STREAM__ */