aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/mssql/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/mssql/common.hxx')
-rw-r--r--odb/relational/mssql/common.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/odb/relational/mssql/common.hxx b/odb/relational/mssql/common.hxx
index eed08df..520b8b1 100644
--- a/odb/relational/mssql/common.hxx
+++ b/odb/relational/mssql/common.hxx
@@ -123,7 +123,9 @@ namespace relational
member_base
{
member_image_type (base const&);
- member_image_type (semantics::type* type = 0,
+ member_image_type ();
+ member_image_type (semantics::type* type,
+ const custom_cxx_type*,
string const& fq_type = string (),
string const& key_prefix = string ());
virtual string
@@ -194,8 +196,9 @@ namespace relational
member_base
{
member_database_type_id (base const&);
-
- member_database_type_id (semantics::type* type = 0,
+ member_database_type_id ();
+ member_database_type_id (semantics::type* type,
+ const custom_cxx_type*,
string const& fq_type = string (),
string const& key_prefix = string ());