44 #ifndef COMMONCPP_MIME_H_
45 #define COMMONCPP_MIME_H_
47 #ifndef COMMONCPP_CONFIG_H_
48 #include <commoncpp/config.h>
51 #ifndef COMMONCPP_SOCKET_H_
95 virtual void head(std::ostream *output);
103 virtual void body(std::ostream *output);
165 virtual void head(std::ostream *output);
172 virtual void body(std::ostream *output) = 0;
209 void head(std::ostream *output) __OVERRIDE;
216 void body(std::ostream *output) __OVERRIDE;