Update of /cvsroot/boost/boost/libs/asio/test/ip
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15989/test/ip
Modified Files:
address.cpp address_v4.cpp address_v6.cpp basic_endpoint.cpp
basic_resolver.cpp basic_resolver_entry.cpp
basic_resolver_iterator.cpp basic_resolver_query.cpp
host_name.cpp multicast.cpp resolver_query_base.cpp
resolver_service.cpp tcp.cpp udp.cpp
Log Message:
Fix comment headers to match file names.
Index: address.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/address.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- address.cpp 4 Nov 2006 07:14:09 -0000 1.1
+++ address.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// address_test.cpp
-// ~~~~~~~~~~~~~~~~
+// address.cpp
+// ~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: address_v4.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/address_v4.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- address_v4.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ address_v4.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// address_v4_test.cpp
-// ~~~~~~~~~~~~~~~~~~~
+// address_v4.cpp
+// ~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: address_v6.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/address_v6.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- address_v6.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ address_v6.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// address_v6_test.cpp
-// ~~~~~~~~~~~~~~~~~~~
+// address_v6.cpp
+// ~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_endpoint.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_endpoint.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_endpoint.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ basic_endpoint.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_endpoint_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~
+// basic_endpoint.cpp
+// ~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_resolver.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_resolver.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ basic_resolver.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_resolver_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~
+// basic_resolver.cpp
+// ~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_resolver_entry.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver_entry.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_resolver_entry.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ basic_resolver_entry.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_resolver_entry_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// basic_resolver_entry.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_resolver_iterator.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver_iterator.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_resolver_iterator.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ basic_resolver_iterator.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_resolver_iterator_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// basic_resolver_iterator.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: basic_resolver_query.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver_query.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_resolver_query.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ basic_resolver_query.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// basic_resolver_query_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// basic_resolver_query.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: host_name.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/host_name.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- host_name.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ host_name.cpp 9 Nov 2006 03:02:16 -0000 1.3
@@ -1,6 +1,6 @@
//
-// host_name_test.cpp
-// ~~~~~~~~~~~~~~~~~~
+// host_name.cpp
+// ~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
@@ -22,7 +22,7 @@
//------------------------------------------------------------------------------
// ip_host_name_compile test
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~
+// ~~~~~~~~~~~~~~~~~~~~~~~~~
// The following test checks that all host_name functions compile and link
// correctly. Runtime failures are ignored.
Index: multicast.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/multicast.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- multicast.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ multicast.cpp 9 Nov 2006 03:02:16 -0000 1.2
@@ -1,6 +1,6 @@
//
-// multicast_test.cpp
-// ~~~~~~~~~~~~~~~~~~
+// multicast.cpp
+// ~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: resolver_query_base.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/resolver_query_base.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- resolver_query_base.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ resolver_query_base.cpp 9 Nov 2006 03:02:17 -0000 1.2
@@ -1,6 +1,6 @@
//
-// resolver_query_base_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// resolver_query_base.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: resolver_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/resolver_service.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- resolver_service.cpp 4 Nov 2006 07:14:10 -0000 1.1
+++ resolver_service.cpp 9 Nov 2006 03:02:19 -0000 1.2
@@ -1,6 +1,6 @@
//
-// resolver_service_test.cpp
-// ~~~~~~~~~~~~~~~~~~~~~~~~~
+// resolver_service.cpp
+// ~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: tcp.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/tcp.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tcp.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ tcp.cpp 9 Nov 2006 03:02:19 -0000 1.3
@@ -1,6 +1,6 @@
//
-// tcp_test.cpp
-// ~~~~~~~~~~~~
+// tcp.cpp
+// ~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Index: udp.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/udp.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- udp.cpp 8 Nov 2006 05:32:17 -0000 1.2
+++ udp.cpp 9 Nov 2006 03:02:19 -0000 1.3
@@ -1,6 +1,6 @@
//
-// udp_test.cpp
-// ~~~~~~~~~~~~
+// udp.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