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
-
Committer:
Gustav Hartvigsson
-
Date:
2016-02-02 09:21:32 UTC
-
mto:
This revision was merged to the branch mainline in
revision
127.
-
Revision ID:
gustav.hartvigsson@gmail.com-20160202092132-ap1peq2rvl1go9up
* Using
#ifndef __H_FOO__
#define __H_FOO__
...
#endif
is for scrubs.
Now using #pragma once like a sane person... :-)
Show diffs side-by-side
added
removed
4
/* We define this to make sure that SteamPrivate does can not be included
5
9
#include "baseobject.h"
98
#endif /* __H_STREAM__ */