put userstring in otk::

This commit is contained in:
Dana Jansens 2003-01-12 21:23:31 +00:00
parent 74061b4e2d
commit eb752bc9c5

View file

@ -9,6 +9,8 @@ extern "C" {
#include <assert.h>
}
namespace otk {
//! userstring is a std::string with an extra flag specifying if the string is
//! UTF-8 encoded.
class userstring : public std::string
@ -101,4 +103,6 @@ public:
}
};
}
#endif // __userstring_hh