00001 // 00002 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton 00003 // Distributed under the Boost Software License, Version 1.0. 00004 // (See accompanying file LICENSE_1_0.txt or copy at 00005 // http://www.boost.org/LICENSE_1_0.txt) 00006 // 00007 00008 #define SOCI_EMPTY_SOURCE 00009 #include "soci-empty.h" 00010 00011 #ifdef _MSC_VER 00012 #pragma warning(disable:4355) 00013 #endif 00014 00015 using namespace soci; 00016 using namespace soci::details; 00017 00018 00019 void empty_standard_use_type_backend::bind_by_pos( 00020 int & /* position */, void * /* data */, 00021 exchange_type /* type */, bool /* readOnly */) 00022 { 00023 // ... 00024 } 00025 00026 void empty_standard_use_type_backend::bind_by_name( 00027 std::string const & /* name */, void * /* data */, 00028 exchange_type /* type */, bool /* readOnly */) 00029 { 00030 // ... 00031 } 00032 00033 void empty_standard_use_type_backend::pre_use(indicator const * /* ind */) 00034 { 00035 // ... 00036 } 00037 00038 void empty_standard_use_type_backend::post_use( 00039 bool /* gotData */, indicator * /* ind */) 00040 { 00041 // ... 00042 } 00043 00044 void empty_standard_use_type_backend::clean_up() 00045 { 00046 // ... 00047 }
Generated on Sun Oct 3 2010 17:42:16 for EXTRAS-SOCI by Doxygen 1.7.1