aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/prepared-query.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-12 17:24:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-12 17:24:44 +0200
commita049724c258a42af57d1ff572c3d15a3678e3875 (patch)
tree17180c89cedc2e137824f5569e0bc2078eaf10b1 /odb/mssql/prepared-query.cxx
parentd3261c7ed4ac622c8807ba88b39bd41632577c4f (diff)
Completion of prepared query support
Diffstat (limited to 'odb/mssql/prepared-query.cxx')
-rw-r--r--odb/mssql/prepared-query.cxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/odb/mssql/prepared-query.cxx b/odb/mssql/prepared-query.cxx
new file mode 100644
index 0000000..b54ea5b
--- /dev/null
+++ b/odb/mssql/prepared-query.cxx
@@ -0,0 +1,16 @@
+// file : odb/mssql/prepared-query.cxx
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// license : ODB NCUEL; see accompanying LICENSE file
+
+#include <odb/mssql/prepared-query.hxx>
+
+namespace odb
+{
+ namespace mssql
+ {
+ prepared_query_impl::
+ ~prepared_query_impl ()
+ {
+ }
+ }
+}