1 #ifndef QPID_FRAMING_STREAMPROPERTIES_H
2 #define QPID_FRAMING_STREAMPROPERTIES_H
40 std::string contentType;
41 std::string contentEncoding;
49 const std::string& _contentType,
50 const std::string& _contentEncoding,
53 uint64_t _timestamp) :
54 contentType(_contentType),
55 contentEncoding(_contentEncoding),
58 timestamp(_timestamp),