/* */ #ifndef _D_A2_STR_H_ #define _D_A2_STR_H_ #include namespace aria2 { class A2STR { private: A2STR(); public: static const std::string NIL; static const std::string SHARP_C; static const std::string CR_C; static const std::string LF_C; }; } // namespace aria2 #endif // _D_A2_STR_H_