]> git.llucax.com Git - software/posixx.git/blobdiff - test/socket/inet/common.hpp
Add Boost License
[software/posixx.git] / test / socket / inet / common.hpp
index 9884c7ef0a4ce7b8dddc1704f8b621f5a343f69d..442bb3a055f5a0122ae59b7f232ee2282ee1f2a1 100644 (file)
@@ -1,3 +1,9 @@
+// Copyright Leandro Lucarella 2008 - 2010.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file COPYING or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+
 #ifndef TEST_SOCKET_IP_COMMON_HPP_
 #define TEST_SOCKET_IP_COMMON_HPP_
 
@@ -18,7 +24,7 @@ void clean_test_address(posixx::socket::inet::socket& socket,
        socket.opt< posixx::socket::opt::REUSEADDR >(true);
 }
 
-static posixx::socket::inet::sockaddr test_address1(PORT1, IP);
-static posixx::socket::inet::sockaddr test_address2(PORT2, IP);
+static posixx::socket::inet::sockaddr test_address1(IP, PORT1);
+static posixx::socket::inet::sockaddr test_address2(IP, PORT2);
 
 #endif // TEST_SOCKET_IP_COMMON_HPP_