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

Modified Files:
        stream.cpp 
Log Message:
Try to fix Borland C++ compile errors.


Index: stream.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ssl/stream.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stream.cpp  4 Jan 2007 05:53:07 -0000       1.4
+++ stream.cpp  20 May 2007 03:50:23 -0000      1.5
@@ -29,8 +29,6 @@
 
 namespace ssl_stream_compile {
 
-using namespace boost::asio;
-
 void handshake_handler(const boost::system::error_code&)
 {
 }
@@ -49,6 +47,9 @@
 
 void test()
 {
+  using namespace boost::asio;
+  namespace ip = boost::asio::ip;
+
   try
   {
     io_service ios;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to