comparison C++/SocketAddress.h @ 260:2096edb63a4f

Socket: fix Windows
author David Demelier <markand@malikania.fr>
date Sun, 05 Oct 2014 13:13:08 +0200
parents 9cfa6fbc9c03
children 6e3b7b9cdfa0
comparison
equal deleted inserted replaced
259:0b3fcc5ed8eb 260:2096edb63a4f
125 * @param rm remove the file before (default: false) 125 * @param rm remove the file before (default: false)
126 */ 126 */
127 Unix(const std::string &path, bool rm = false); 127 Unix(const std::string &path, bool rm = false);
128 }; 128 };
129 129
130 #endif // ! !_WIN32
131
130 } // !address 132 } // !address
131 133
132 #endif // ! !_WIN32
133
134 #endif // !_SOCKET_ADDRESS_H_ 134 #endif // !_SOCKET_ADDRESS_H_