summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-14 17:10:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-14 17:10:38 +0200
commit6280d3eed90b685e74c86b97b6636c29f868bf55 (patch)
tree2364ec2042d3291d69ffc4f28630aa1d26f49a92 /odb/context.hxx
parent98b4c0dd4df979b5521e08445d7ca4f79ab18e70 (diff)
Add upcase(string) function to context
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index b052a71..365936d 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -52,6 +52,9 @@ public:
typedef std::string string;
typedef ::options options_type;
+ static string
+ upcase (string const&);
+
public:
static semantics::type&
member_type (semantics::data_member& m, string const& key_prefix)