1 #ifndef DM_ITEXT_HPP_INCLUDED
2 #define DM_ITEXT_HPP_INCLUDED
8 #include "DM/config.hpp"
9 #include "DM/ObjectBase.hpp"
10 #include "DM/Handle.hpp"
21 static IText* New(
const char* msg);
27 virtual const char* c_str()
const = 0;
28 virtual IText &operator=(
const char *) = 0;
35 #endif //DM_ITEXT_HPP_INCLUDED