Ditto 1.1.7
constants.hpp
1#ifndef _DITTO_CONSTANTS_
2#define _DITTO_CONSTANTS_
3
4#include <string>
5
6namespace ditto {
7
8extern const std::string DITTO_ATTACHMENT_TYPE;
9
10} // namespace ditto
11#endif