summaryrefslogtreecommitdiff
path: root/odb/relational/mysql/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-10 10:14:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-21 15:40:00 +0200
commite681587b3cd9a96de3d58af48b15a799990f6e8d (patch)
tree658dad93840552f1837b9d38285b51e5b36bd777 /odb/relational/mysql/common.hxx
parent51419aca9c4bcc056ee87d5aa26fe3076f4593ef (diff)
Cosmetic changes
Diffstat (limited to 'odb/relational/mysql/common.hxx')
-rw-r--r--odb/relational/mysql/common.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/odb/relational/mysql/common.hxx b/odb/relational/mysql/common.hxx
index e58390f..dae7774 100644
--- a/odb/relational/mysql/common.hxx
+++ b/odb/relational/mysql/common.hxx
@@ -183,13 +183,13 @@ namespace relational
string type_;
};
- struct member_database_type: member_base
+ struct member_database_type_id: member_base
{
- member_database_type (semantics::type* type = 0,
- string const& fq_type = string (),
- string const& key_prefix = string ());
+ member_database_type_id (semantics::type* type = 0,
+ string const& fq_type = string (),
+ string const& key_prefix = string ());
string
- database_type (type&);
+ database_type_id (type&);
virtual void
traverse_composite (member_info&);
@@ -219,7 +219,7 @@ namespace relational
traverse_set (member_info&);
private:
- string type_;
+ string type_id_;
};
}
}