#ifndef __IMFText_h__ #define __IMFText_h__ #include "MString.h" namespace coreutils { class IMFText : public MString { public: IMFText(int fd, ZString boundary); }; } #endif