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