Chris@16: // Boost uuid_serialize.hpp header file ----------------------------------------------// Chris@16: Chris@16: // Copyright 2007 Andy Tompkins. Chris@16: // Distributed under the Boost Software License, Version 1.0. (See Chris@16: // accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // Revision History Chris@16: // 12 Nov 2007 - Initial Revision Chris@16: // 25 Feb 2008 - moved to namespace boost::uuids::detail Chris@16: Chris@16: #ifndef BOOST_UUID_SERIALIZE_HPP Chris@16: #define BOOST_UUID_SERIALIZE_HPP Chris@16: Chris@16: #include Chris@16: #include Chris@16: Chris@16: BOOST_CLASS_IMPLEMENTATION(boost::uuids::uuid, boost::serialization::primitive_type) Chris@16: Chris@16: #endif // BOOST_UUID_SERIALIZE_HPP