summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-12 21:23:31 +0000
committerDana Jansens <danakj@orodu.net>2003-01-12 21:23:31 +0000
commiteb752bc9c559a1242f22f702dbf67cf6c56a8665 (patch)
tree9e707c4e552bca785495137df373945a058755b0
parent74061b4e2d33d7e2101c4edda26cfc2a1294f32b (diff)
put userstring in otk::
-rw-r--r--otk/userstring.hh4
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