1 2 3 4 5 6 7 8 9 10
#ifndef STRINGRESULT_H #define STRINGRESULT_H class StringResult { public: StringResult(); }; #endif // STRINGRESULT_H