Update of /cvsroot/boost/boost/libs/asio/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20687/test

Modified Files:
        socket_base.cpp 
Log Message:
Try to fix AIX compile error in tests.


Index: socket_base.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/socket_base.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- socket_base.cpp     20 Feb 2007 13:19:53 -0000      1.8
+++ socket_base.cpp     7 Apr 2007 09:01:23 -0000       1.9
@@ -29,6 +29,7 @@
 namespace socket_base_compile {
 
 using namespace boost::asio;
+namespace ip = boost::asio::ip;
 
 void test()
 {
@@ -192,6 +193,7 @@
 namespace socket_base_runtime {
 
 using namespace boost::asio;
+namespace ip = boost::asio::ip;
 
 void test()
 {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to