projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74061b4
)
put userstring in otk::
author
Dana Jansens
<danakj@orodu.net>
Sun, 12 Jan 2003 21:23:31 +0000
(21:23 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 12 Jan 2003 21:23:31 +0000
(21:23 +0000)
otk/userstring.hh
patch
|
blob
|
history
diff --git
a/otk/userstring.hh
b/otk/userstring.hh
index 601d54e43c9cdf0a13a42e3be682a07145f3d762..c7c81d0c8d488b0f1ad4295acabf5b399cf9e300 100644
(file)
--- 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