11 lines
103 B
C++
11 lines
103 B
C++
|
#include "of_str.h"
|
||
|
|
||
|
namespace ofen {
|
||
|
COfStr::COfStr()
|
||
|
{
|
||
|
}
|
||
|
COfStr::~COfStr()
|
||
|
{
|
||
|
}
|
||
|
} // namespace ofen
|