mirror of
https://github.com/ksherlock/profuse.git
synced 2026-03-14 00:16:29 +00:00
git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@333 aa027e90-d47c-11dd-86d7-074df07e0730
15 lines
206 B
C++
15 lines
206 B
C++
#ifndef __IOBUFFER_H__
|
|
#define __IOBUFFER_H__
|
|
|
|
#include <Endian/Endian.h>
|
|
#include <cstring>
|
|
|
|
namespace LittleEndian {
|
|
#include "IOBuffer.cpp.h"
|
|
}
|
|
|
|
namespace BigEndian {
|
|
#include "IOBuffer.cpp.h"
|
|
}
|
|
|
|
#endif |