Skip to content

Commit

Permalink
delete gearman_connection_st& operator=(const gearman_connection_st&)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-alik committed May 18, 2017
1 parent 94e2d7a commit 658bef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libgearman/connection.hpp
Expand Up @@ -155,6 +155,8 @@ struct gearman_connection_st

~gearman_connection_st();

gearman_connection_st& operator=(const gearman_connection_st&) = delete;

private:
void set_host( const char *host, const char* service);
void set_host( const char *host, const in_port_t port);
Expand Down

0 comments on commit 658bef6

Please sign in to comment.