SOCI Logo Get SOCI at SourceForge.net. Fast, secure and Free Open Source software downloads

error.cpp

Go to the documentation of this file.
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 
00010 #include "error.h"
00011 
00012 using namespace soci;
00013 
00014 soci_error::soci_error(std::string const & msg)
00015      : std::runtime_error(msg)
00016 {
00017 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
SourceForge Logo

Generated on Sun Oct 3 2010 17:42:16 for EXTRAS-SOCI by Doxygen 1.7.1