1 #ifndef QPID_FRAMING_FILEPROPERTIES_H
2 #define QPID_FRAMING_FILEPROPERTIES_H
40 std::string contentType;
41 std::string contentEncoding;
45 std::string messageId;
48 std::string clusterId;
53 const std::string& _contentType,
54 const std::string& _contentEncoding,
57 const std::string& _replyTo,
58 const std::string& _messageId,
59 const std::string& _filename,
61 const std::string& _clusterId) :
62 contentType(_contentType),
63 contentEncoding(_contentEncoding),
67 messageId(_messageId),
69 timestamp(_timestamp),
70 clusterId(_clusterId),