Skip to content

Commit

Permalink
Moded UnixAPIClient into impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
GamePad64 committed Feb 6, 2014
1 parent 2d7a94e commit 36589d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ namespace api {
namespace unix {

UnixAPIClient::UnixAPIClient(boost::asio::io_service& io_service) : socket(io_service) {
socket.assignReceiveHandler(std::bind(&UnixAPIClient::process, this, std::placeholders::_1));
socket.assignReceiveHandler(std::bind(&APIClient::process, this, std::placeholders::_1));
socket.assignShutdownHandler([](){});

connect();
Expand Down
File renamed without changes.

0 comments on commit 36589d1

Please sign in to comment.