#include "IMFPlainText.h" namespace coreutils { IMFPlainText::IMFPlainText() { } IMFPlainText::IMFPlainText(ZString &in) : IMFBody() { } }