File indexing completed on 2025-02-23 05:15:16

0001 //
0002 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton
0003 // Distributed under the Boost Software License, Version 1.0.
0004 // (See accompanying file LICENSE_1_0.txt or copy at
0005 // http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 
0008 #define SOCI_EMPTY_SOURCE
0009 #include "soci/empty/soci-empty.h"
0010 
0011 #ifdef _MSC_VER
0012 #pragma warning(disable:4355)
0013 #endif
0014 
0015 using namespace soci;
0016 using namespace soci::details;
0017 
0018 
0019 empty_rowid_backend::empty_rowid_backend(empty_session_backend & /* session */)
0020 {
0021     // ...
0022 }
0023 
0024 empty_rowid_backend::~empty_rowid_backend()
0025 {
0026     // ...
0027 }