aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/database.hxx')
-rw-r--r--odb/mssql/database.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx
index f82d7c9..d20d860 100644
--- a/odb/mssql/database.hxx
+++ b/odb/mssql/database.hxx
@@ -68,17 +68,15 @@ namespace odb
// argv array and the argc count is updated accordingly. This
// constructor may throw the cli_exception exception.
//
+ */
+
database (int& argc,
char* argv[],
bool erase = false,
- ub2 charset = 0,
- ub2 ncharset = 0,
- OCIEnv* environment = 0,
+ SQLHENV environment = 0,
std::auto_ptr<connection_factory> =
std::auto_ptr<connection_factory> (0));
- */
-
static void
print_usage (std::ostream&);