summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-20 10:14:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-20 10:14:10 +0200
commit584f3602038919957f62848a03deb5b5bd9cc9ba (patch)
tree7701fe208205bccd079d5d896aad460fd2ad1211 /odb/context.hxx
parentf01bc7a5db83aebb91853ba0669a9eaf9598a8e3 (diff)
Cosmetic changes
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 3461da2..f08878d 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -249,25 +249,25 @@ public:
static semantics::type&
container_idt (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-id-type");
+ return *c.get<semantics::type*> ("id-tree-type");
}
static semantics::type&
container_vt (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-value-type");
+ return *c.get<semantics::type*> ("value-tree-type");
}
static semantics::type&
container_it (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-index-type");
+ return *c.get<semantics::type*> ("index-tree-type");
}
static semantics::type&
container_kt (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-key-type");
+ return *c.get<semantics::type*> ("key-tree-type");
}
static bool