include/relpipe/protocol/typedefs.h
branchv_0
changeset 20 a8ccd2b19faa
parent 15 825c611933b3
child 21 c4e54e9be412
equal deleted inserted replaced
19:2999fca726f3 20:a8ccd2b19faa
    20 #pragma once
    20 #pragma once
    21 
    21 
    22 #include <cstdint>
    22 #include <cstdint>
    23 #include <string>
    23 #include <string>
    24 
    24 
       
    25 // DEPRECATED: this namespace is being moved to common
       
    26 
    25 namespace relpipe {
    27 namespace relpipe {
    26 namespace protocol {
    28 namespace protocol {
    27 
    29 
    28 using octet_t = uint8_t;
    30 using octet_t = uint8_t;
    29 using integer_t = uint64_t;
    31 using integer_t = uint64_t;