//// Boost.Pointer Container//// Copyright Thorsten Ottosen 2003-2007. Use, modification and// distribution is subject to the Boost Software License, Version// 1.0. (See accompanying file LICENSE_1_0.txt or copy at// http://www.boost.org/LICENSE_1_0.txt)//// For more information, see http://www.boost.org/libs/ptr_container///#ifndef BOOST_PTR_CONTAINER_DETAIL_SERIALIZE_XML_NAMES#define BOOST_PTR_CONTAINER_DETAIL_SERIALIZE_XML_NAMESnamespaceboost{namespaceptr_container_detail{inlineconstchar*count(){return"count";}inlineconstchar*item(){return"item";}inlineconstchar*first(){return"first";}inlineconstchar*second(){return"second";}template<classT>inlineTconst&serialize_as_const(Tconst&r){returnr;}}}#endif