00001 // 00002 // Copyright (C) 2004-2008 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_SOURCE 00009 #include "rowid.h" 00010 #include "session.h" 00011 00012 using namespace soci; 00013 using namespace soci::details; 00014 00015 rowid::rowid(session & s) 00016 { 00017 backEnd_ = s.make_rowid_backend(); 00018 } 00019 00020 rowid::~rowid() 00021 { 00022 delete backEnd_; 00023 }
Generated on Sun Oct 3 2010 17:42:17 for EXTRAS-SOCI by Doxygen 1.7.1