|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-04-19 11:35:36
Author: danieljames
Date: 2008-04-19 11:35:36 EDT (Sat, 19 Apr 2008)
New Revision: 44588
URL: http://svn.boost.org/trac/boost/changeset/44588
Log:
Fix some links in interprocess & intrusive. Refs #1661
Text files modified:
branches/doc/libs/interprocess/doc/interprocess.qbk | 6 +++---
branches/doc/libs/intrusive/doc/intrusive.qbk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: branches/doc/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- branches/doc/libs/interprocess/doc/interprocess.qbk (original)
+++ branches/doc/libs/interprocess/doc/interprocess.qbk 2008-04-19 11:35:36 EDT (Sat, 19 Apr 2008)
@@ -5704,7 +5704,7 @@
to the segment manager. Because of this,
in [*Boost.Interprocess] all managed memory segments derive from a common class that
implements memory-independent (shared memory, memory mapped files) functions:
-[@../../../../boost/interprocess/detail/managed_memory_impl.hpp
+[@../../boost/interprocess/detail/managed_memory_impl.hpp
boost::interprocess::detail::basic_managed_memory_impl]
Deriving from this class, [*Boost.Interprocess] implements several managed memory
@@ -5766,7 +5766,7 @@
to the segment manager.
The pool is implemented by the
-[@../../../../boost/interprocess/allocators/detail/node_pool.hpp
+[@../../boost/interprocess/allocators/detail/node_pool.hpp
private_node_pool and shared_node_pool] classes.
[endsect]
@@ -5809,7 +5809,7 @@
to the segment manager.
The adaptive pool is implemented by the
-[@../../../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
+[@../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
private_adaptive_node_pool and adaptive_node_pool] classes.
[endsect]
Modified: branches/doc/libs/intrusive/doc/intrusive.qbk
==============================================================================
--- branches/doc/libs/intrusive/doc/intrusive.qbk (original)
+++ branches/doc/libs/intrusive/doc/intrusive.qbk 2008-04-19 11:35:36 EDT (Sat, 19 Apr 2008)
@@ -3011,7 +3011,7 @@
`test_list` objects to funtion objects taking pointers to them.
You can find the full test code code in the
-[@../../perf/perf_list.cpp perf_list.cpp] source file.
+[@../../libs/intrusive/perf/perf_list.cpp perf_list.cpp] source file.
[section:performance_results_push_back Back insertion and destruction]
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