aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/connection.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-20 10:25:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 10:25:47 +0200
commitdbab9261ce98d1f30e712507023e60bab007787b (patch)
treee32c0448485908af94aebedfb46460b15d2e25ab /odb/mssql/connection.hxx
parent984673f60f35f8e6f9a51afeaa8d66bd91e61f34 (diff)
Rename long_buffer to long_data_buffer
Diffstat (limited to 'odb/mssql/connection.hxx')
-rw-r--r--odb/mssql/connection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mssql/connection.hxx b/odb/mssql/connection.hxx
index f10aaae..2ec73b8 100644
--- a/odb/mssql/connection.hxx
+++ b/odb/mssql/connection.hxx
@@ -108,9 +108,9 @@ namespace odb
}
details::buffer&
- long_buffer ()
+ long_data_buffer ()
{
- return long_buffer_;
+ return long_data_buffer_;
}
private:
@@ -134,7 +134,7 @@ namespace odb
std::auto_ptr<statement_cache_type> statement_cache_;
- details::buffer long_buffer_;
+ details::buffer long_data_buffer_;
};
}
}