diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-12 21:23:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-12 21:23:31 +0000 |
| commit | eb752bc9c559a1242f22f702dbf67cf6c56a8665 (patch) | |
| tree | 9e707c4e552bca785495137df373945a058755b0 | |
| parent | 74061b4e2d33d7e2101c4edda26cfc2a1294f32b (diff) | |
put userstring in otk::
| -rw-r--r-- | otk/userstring.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/otk/userstring.hh b/otk/userstring.hh index 601d54e4..c7c81d0c 100644 --- a/otk/userstring.hh +++ b/otk/userstring.hh @@ -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 |
