Update of /cvsroot/boost/boost/libs/asio/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15989/test
Modified Files:
basic_datagram_socket.cpp basic_deadline_timer.cpp
basic_socket_acceptor.cpp basic_stream_socket.cpp buffer.cpp
buffered_read_stream.cpp buffered_stream.cpp
buffered_write_stream.cpp completion_condition.cpp
datagram_socket_service.cpp deadline_timer.cpp
deadline_timer_service.cpp error.cpp io_service.cpp
is_read_buffered.cpp is_write_buffered.cpp placeholders.cpp
read.cpp read_until.cpp socket_acceptor_service.cpp
socket_base.cpp strand.cpp stream_socket_service.cpp
time_traits.cpp write.cpp
Log Message:
Fix comment headers to match file names.
Index: basic_datagram_socket.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/basic_datagram_socket.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_datagram_socket.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ basic_datagram_socket.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_datagram_socket_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// basic_datagram_socket.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_deadline_timer.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/basic_deadline_timer.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_deadline_timer.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ basic_deadline_timer.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_deadline_timer_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// basic_deadline_timer.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_socket_acceptor.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/basic_socket_acceptor.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_socket_acceptor.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ basic_socket_acceptor.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_socket_acceptor_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// basic_socket_acceptor.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_stream_socket.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/basic_stream_socket.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_stream_socket.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ basic_stream_socket.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_stream_socket_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// basic_stream_socket.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: buffer.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/buffer.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- buffer.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ buffer.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// buffer_test.cpp
-// ~~~~~~~~~~~~~~~
+// buffer.cpp
+// ~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: buffered_read_stream.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/buffered_read_stream.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- buffered_read_stream.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ buffered_read_stream.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// buffered_read_stream_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// buffered_read_stream.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: buffered_stream.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/buffered_stream.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- buffered_stream.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ buffered_stream.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// buffered_stream_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~
+// buffered_stream.cpp
+// ~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: buffered_write_stream.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/buffered_write_stream.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- buffered_write_stream.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ buffered_write_stream.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// buffered_write_stream_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// buffered_write_stream.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: completion_condition.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/completion_condition.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- completion_condition.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ completion_condition.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// completion_condition_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// completion_condition.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: datagram_socket_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/datagram_socket_service.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- datagram_socket_service.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ datagram_socket_service.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// datagram_socket_service_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// datagram_socket_service.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: deadline_timer.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/deadline_timer.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- deadline_timer.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ deadline_timer.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// deadline_timer_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~
+// deadline_timer.cpp
+// ~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: deadline_timer_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/deadline_timer_service.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- deadline_timer_service.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ deadline_timer_service.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// deadline_timer_service_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// deadline_timer_service.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: error.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/error.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- error.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ error.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// error_test.cpp
-// ~~~~~~~~~~~~~~
+// error.cpp
+// ~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: io_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/io_service.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- io_service.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ io_service.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// io_service_test.cpp
-// ~~~~~~~~~~~~~~~~~~~
+// io_service.cpp
+// ~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: is_read_buffered.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/is_read_buffered.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- is_read_buffered.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ is_read_buffered.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// is_read_buffered_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~
+// is_read_buffered.cpp
+// ~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: is_write_buffered.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/is_write_buffered.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- is_write_buffered.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ is_write_buffered.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// is_write_buffered_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~
+// is_write_buffered.cpp
+// ~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: placeholders.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/placeholders.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- placeholders.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ placeholders.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// placeholders_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~
+// placeholders.cpp
+// ~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: read.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/read.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- read.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ read.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// read_test.cpp
-// ~~~~~~~~~~~~~
+// read.cpp
+// ~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: read_until.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/read_until.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- read_until.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ read_until.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// read_until_test.cpp
-// ~~~~~~~~~~~~~~~~~~~
+// read_until.cpp
+// ~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: socket_acceptor_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/socket_acceptor_service.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- socket_acceptor_service.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ socket_acceptor_service.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// socket_acceptor_service_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// socket_acceptor_service.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: socket_base.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/socket_base.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- socket_base.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ socket_base.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// socket_base_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~
+// socket_base.cpp
+// ~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: strand.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/strand.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- strand.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ strand.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// strand_test.cpp
-// ~~~~~~~~~~~~~~~
+// strand.cpp
+// ~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: stream_socket_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/stream_socket_service.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stream_socket_service.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ stream_socket_service.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// stream_socket_service_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// stream_socket_service.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: time_traits.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/time_traits.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- time_traits.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ time_traits.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// time_traits_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~
+// time_traits.cpp
+// ~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: write.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/write.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- write.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ write.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// write_test.cpp
-// ~~~~~~~~~~~~~~
+// write.cpp
+// ~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs