/* * Copyright 2013-2017, Corvusoft Ltd, All Rights Reserved. */ #ifndef _RESTBED_BYTE_H #define _RESTBED_BYTE_H 1 //System Includes #include #include //Project Includes //External Includes //System Namespaces //Project Namespaces //External Namespaces namespace restbed { typedef uint8_t Byte; typedef std::vector< Byte > Bytes; } #endif /* _RESTBED_BYTE_H */