diff -r 53f4887dadb4 -r d505eaedc35e src/format.h --- a/src/format.h Sat Aug 25 10:13:00 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -#pragma once - -#include -#include - -#include "../include/relpipe/writer/TypeId.h" - -namespace relpipe { -namespace writer { - -const string_t DATA_TYPE_CODE_BOOLEAN = L"boolean"; -const string_t DATA_TYPE_CODE_INTEGER = L"integer"; -const string_t DATA_TYPE_CODE_STRING = L"string"; - - -/** - * With respect for the tradition and computer pioneers, we use same numbers as in ASCII texts: - * - * 1C FS ␜ File Separator - * 1D GS ␝ Group Separator - * 1E RS ␞ Record Separator - * 1F US ␟ Unit Separator - * - */ -const integer_t DATA_PART_START = 0x1D; -const integer_t DATA_PART_ROW = 0x1E; - -} -} \ No newline at end of file