diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-14 12:52:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-14 12:52:21 +0200 |
commit | d704f8e112254efd67da830cf99a71daf7932988 (patch) | |
tree | 27fbd258e47cc82beda1cb9d7cdf9d570095d240 | |
parent | 11ac8ff454f780a825a09007e36dd566b1776a5e (diff) |
Cosmetic changes
-rw-r--r-- | odb/mssql/traits.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/odb/mssql/traits.hxx b/odb/mssql/traits.hxx index 88703a1..4a4c9d5 100644 --- a/odb/mssql/traits.hxx +++ b/odb/mssql/traits.hxx @@ -568,7 +568,7 @@ namespace odb typedef char* image_type; static void - set_value (std::string& v, + set_value (std::string& v, const char* b, std::size_t n, bool is_null) @@ -580,11 +580,11 @@ namespace odb } static void - set_image (char* b, - std::size_t c, - std::size_t& n, - bool& is_null, - const std::string& v) + set_image (char* b, + std::size_t c, + std::size_t& n, + bool& is_null, + const std::string& v) { is_null = false; n = v.size (); |