Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74139 - sandbox/mmap/boost/mmap
From: dsaritz_at_[hidden]
Date: 2011-08-29 12:11:40


Author: psiha
Date: 2011-08-29 12:11:40 EDT (Mon, 29 Aug 2011)
New Revision: 74139
URL: http://svn.boost.org/trac/boost/changeset/74139

Log:
Added a convenience .cpp file for non header-only builds.
Added:
   sandbox/mmap/boost/mmap/amalgamated_lib.cpp (contents, props changed)

Added: sandbox/mmap/boost/mmap/amalgamated_lib.cpp
==============================================================================
--- (empty file)
+++ sandbox/mmap/boost/mmap/amalgamated_lib.cpp 2011-08-29 12:11:40 EDT (Mon, 29 Aug 2011)
@@ -0,0 +1,29 @@
+////////////////////////////////////////////////////////////////////////////////
+///
+/// \file amalgamated_lib.cpp
+/// -------------------------
+///
+/// Copyright (c) Domagoj Saric 2011.
+///
+/// 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
+///
+////////////////////////////////////////////////////////////////////////////////
+//------------------------------------------------------------------------------
+
+#ifdef BOOST_MMAP_HEADER_ONLY
+ #error this file is meant for non header only builds
+#endif // BOOST_MMAP_HEADER_ONLY
+
+#include "handles/handle.inl"
+//..zzz...by utility.inl...#include "mappble_objects/file/file.inl"
+#include "mappble_objects/file/flags.inl"
+#include "mappble_objects/file/utility.inl"
+//#include "mappble_objects/shared_memory/posix/flags.inl"
+//#include "mappble_objects/shared_memory/win32/flags.inl"
+#include "mapped_view.inl"
+#include "mapping/mapping.inl"
+//------------------------------------------------------------------------------


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk