From 6fb470a39ef8900b71634333b0a2227dc8b62799 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Aug 2010 14:52:12 +0200 Subject: Add support for creating other build systems (meta-building) Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations. --- odb/transaction.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'odb/transaction.hxx') diff --git a/odb/transaction.hxx b/odb/transaction.hxx index 43526d0..71d17eb 100644 --- a/odb/transaction.hxx +++ b/odb/transaction.hxx @@ -6,13 +6,17 @@ #ifndef ODB_TRANSACTION_HXX #define ODB_TRANSACTION_HXX +#include + #include +#include + namespace odb { class transaction_impl; - class transaction + class LIBODB_EXPORT transaction { public: typedef odb::database database_type; @@ -62,7 +66,7 @@ namespace odb transaction_impl* impl_; }; - class transaction_impl + class LIBODB_EXPORT transaction_impl { protected: friend class transaction; @@ -96,4 +100,6 @@ namespace odb #include +#include + #endif // ODB_TRANSACTION_HXX -- cgit v1.1