#include "IMFFormData.h" #include "IMFMessage.h" #include "IMFText.h" namespace coreutils { IMFFormData::IMFFormData(int fd, ZString boundary) { std::cout << "030" << std::endl; IMFHeader header(fd); std::cout << "031" << std::endl; IMFText text(fd, boundary); std::cout << "032" << std::endl; } }