#ifndef OFEN_STRING_HEADER
#define OFEN_STRING_HEADER
#include "of_def.hpp"
namespace ofen {
class COfStr
{
public:
COfStr();
~COfStr();
};
}; // namespace ofen
#endif