1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef DIRECT_MESSAGE_H_2B2AE3F8 #define DIRECT_MESSAGE_H_2B2AE3F8 #include <string> namespace twitter { class direct_message { public: direct_message(std::string data); }; }; #endif /* end of include guard: DIRECT_MESSAGE_H_2B2AE3F8 */