FC Updates from BitShares and myself #21
1 changed files with 2 additions and 0 deletions
|
|
@ -12,7 +12,9 @@ namespace fc {
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
tcp_socket();
|
tcp_socket();
|
||||||
|
tcp_socket( tcp_socket& copy ) = delete;
|
||||||
~tcp_socket();
|
~tcp_socket();
|
||||||
|
tcp_socket& operator=( tcp_socket& copy ) = delete;
|
||||||
|
|
||||||
void connect_to( const fc::ip::endpoint& remote_endpoint );
|
void connect_to( const fc::ip::endpoint& remote_endpoint );
|
||||||
void bind( const fc::ip::endpoint& local_endpoint );
|
void bind( const fc::ip::endpoint& local_endpoint );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue