10 lines
120 B
C++
10 lines
120 B
C++
#include "IMFText.h"
|
|
|
|
namespace coreutils {
|
|
|
|
IMFText::IMFText(int fd, ZString boundary) : MString() {
|
|
|
|
}
|
|
|
|
}
|