Initial
This commit is contained in:
25
socket/RESOLVE.HPP
Normal file
25
socket/RESOLVE.HPP
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef _SOCKET_ADDRESSRESOLUTION_HPP_
|
||||
#define _SOCKET_ADDRESSRESOLUTION_HPP_
|
||||
#ifndef _COMMON_WINSOCK_HPP_
|
||||
#include <common/winsock.hpp>
|
||||
#endif
|
||||
|
||||
class AddressResolution
|
||||
{
|
||||
public:
|
||||
AddressResolution(void);
|
||||
~AddressResolution();
|
||||
void resolveFTPDataAddress(void);
|
||||
private:
|
||||
};
|
||||
|
||||
inline
|
||||
AddressResolution::AddressResolution(void)
|
||||
{
|
||||
}
|
||||
|
||||
inline
|
||||
AddressResolution::~AddressResolution()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user