From 404ef5ab95820f49df26b5b41ecec0db83105e17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2010 14:22:47 +0200 Subject: Resolve export warnings --- odb/mysql/transaction.ixx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'odb/mysql/transaction.ixx') diff --git a/odb/mysql/transaction.ixx b/odb/mysql/transaction.ixx index d4f7cc8..b270fcf 100644 --- a/odb/mysql/transaction.ixx +++ b/odb/mysql/transaction.ixx @@ -16,6 +16,16 @@ namespace odb { } + inline transaction_impl& transaction:: + implementation () + { + // We can use static_cast here since we have an instance of + // mysql::transaction. + // + return static_cast ( + odb::transaction::implementation ()); + } + inline transaction::database_type& transaction:: database () { @@ -27,15 +37,5 @@ namespace odb { return implementation ().connection (); } - - inline transaction_impl& transaction:: - implementation () - { - // We can use static_cast here since we have an instance of - // mysql::transaction. - // - return static_cast ( - odb::transaction::implementation ()); - } } } -- cgit v1.1