Update of /cvsroot/boost-sandbox/boost-sandbox/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16205/boost
Modified Files:
circular_buffer.hpp circular_buffer_fwd.hpp
Log Message:
updated srcdoc
Index: circular_buffer.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/circular_buffer.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- circular_buffer.hpp 13 Feb 2006 01:01:14 -0000 1.10
+++ circular_buffer.hpp 8 Apr 2007 22:10:23 -0000 1.11
@@ -1,6 +1,6 @@
// Circular buffer library header file.
-// Copyright (c) 2003-2006 Jan Gaspar
+// Copyright (c) 2003-2007 Jan Gaspar
// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Index: circular_buffer_fwd.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/circular_buffer_fwd.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- circular_buffer_fwd.hpp 13 Feb 2006 01:01:15 -0000 1.3
+++ circular_buffer_fwd.hpp 8 Apr 2007 22:10:23 -0000 1.4
@@ -1,6 +1,6 @@
// Forward declaration of the circular buffer and its adaptor.
-// Copyright (c) 2003-2006 Jan Gaspar
+// Copyright (c) 2003-2007 Jan Gaspar
// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|