Stupid winsock needs special way to close sockets.
[dftpd.git] / SymbianNetwork.hpp
blob174d5fedd5a667c465b1624c75612f113237b6b6
1 #ifndef __DFTPD__SYMBIANNETWORK_HPP__
2 #define __DFTPD__SYMBIANNETWORK_HPP__
4 #include <string>
6 std::string EstablishConnection();
8 #endif