include/relpipe/protocol/constants.h
branchv_0
changeset 20 a8ccd2b19faa
parent 15 825c611933b3
equal deleted inserted replaced
19:2999fca726f3 20:a8ccd2b19faa
    21 
    21 
    22 #include <cstdint>
    22 #include <cstdint>
    23 #include <string>
    23 #include <string>
    24 
    24 
    25 #include "typedefs.h"
    25 #include "typedefs.h"
       
    26 
       
    27 // DEPRECATED: this namespace is being moved to common
    26 
    28 
    27 namespace relpipe {
    29 namespace relpipe {
    28 namespace protocol {
    30 namespace protocol {
    29 
    31 
    30 const integer_t DATA_TYPE_ID_BOOLEAN = 1;
    32 const integer_t DATA_TYPE_ID_BOOLEAN = 1;