$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49183 - in sandbox/thread_safe_signals/trunk: . libs/signals2/doc
From: fmhess_at_[hidden]
Date: 2008-10-08 14:21:06
Author: fmhess
Date: 2008-10-08 14:21:06 EDT (Wed, 08 Oct 2008)
New Revision: 49183
URL: http://svn.boost.org/trac/boost/changeset/49183
Log:
Updated some urls in docs wrt change from thread_safe_signals -> signals2.
Text files modified: 
   sandbox/thread_safe_signals/trunk/README                             |     6 +++---                                  
   sandbox/thread_safe_signals/trunk/libs/signals2/doc/introduction.xml |     4 ++--                                    
   2 files changed, 5 insertions(+), 5 deletions(-)
Modified: sandbox/thread_safe_signals/trunk/README
==============================================================================
--- sandbox/thread_safe_signals/trunk/README	(original)
+++ sandbox/thread_safe_signals/trunk/README	2008-10-08 14:21:06 EDT (Wed, 08 Oct 2008)
@@ -1,7 +1,7 @@
 This is an implementation of Boost.signals which is intended to be
 thread-safe.  There have been some changes to the API to support
 thread-safety.  See the html documentation in the 
-"libs/thread_safe_signals/doc/html" subdirectory for more information.
+"libs/signals2/doc/html" subdirectory for more information.
 
 This implementation is header-only.  It should be useable by simply adding
 this directory to your include path when compiling.  However, it does depend
@@ -11,7 +11,7 @@
 
 The web page for thread_safe_signals is at:
 
-http://www.comedi.org/projects/thread_safe_signals/libs/thread_safe_signals/doc/html/index.html
+http://www.comedi.org/projects/signals2/libs/signals2/doc/html/index.html
 
 Releases should also contain the html documentation, under the 
 subdirectory libs/thread_safe_signals/doc/html/
@@ -25,7 +25,7 @@
 subdirectory of the sandbox.  You can check out a copy of the files with the
 following command:
 
-svn co http://svn.boost.org/svn/boost/sandbox/thread_safe_signals thread_safe_signals
+svn co http://svn.boost.org/svn/boost/sandbox/thread_safe_signals/trunk signals2
 
 2007-09-25
 Frank Mori Hess <fmhess_at_[hidden]>
Modified: sandbox/thread_safe_signals/trunk/libs/signals2/doc/introduction.xml
==============================================================================
--- sandbox/thread_safe_signals/trunk/libs/signals2/doc/introduction.xml	(original)
+++ sandbox/thread_safe_signals/trunk/libs/signals2/doc/introduction.xml	2008-10-08 14:21:06 EDT (Wed, 08 Oct 2008)
@@ -47,11 +47,11 @@
       The files for Signals2 are located in the <code>sandbox/thread_safe_signals</code>
       subdirectory and may be <ulink url="http://svn.boost.org/trac/boost/browser/sandbox/thread_safe_signals">
       browsed online</ulink> or the trunk checked out with the following command:
-      <programlisting>svn co http://svn.boost.org/svn/boost/sandbox/thread_safe_signals/trunk thread_safe_signals</programlisting>
+      <programlisting>svn co http://svn.boost.org/svn/boost/sandbox/thread_safe_signals/trunk signals2</programlisting>
     </para>
     <para>
       The current version of this document should be available
-      <ulink url="http://www.comedi.org/projects/thread_safe_signals/libs/signals2/doc/html/index.html">online</ulink>.
+      <ulink url="http://www.comedi.org/projects/signals2/libs/signals2/doc/html/index.html">online</ulink>.
     </para>
   </section>
 </section>
\ No newline at end of file