16 lines
177 B
C++
16 lines
177 B
C++
#ifndef OFEN_STRING_HEADER
|
|
#define OFEN_STRING_HEADER
|
|
|
|
#include <string>
|
|
|
|
namespace ofen {
|
|
class COfStr
|
|
{
|
|
public:
|
|
COfStr();
|
|
~COfStr();
|
|
};
|
|
}; // namespace ofen
|
|
|
|
|
|
#endif |