Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Updating M2MConnectionHandler stub implementation. #42

Merged
merged 1 commit into from
May 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,16 @@ int M2MConnectionHandler::receive_from_socket(unsigned char *buf, size_t len)

void M2MConnectionHandler::handle_connection_error(int)
{
}

void M2MConnectionHandler::set_platform_network_handler(void *)
{
}

void M2MConnectionHandler::claim_mutex()
{
}

void M2MConnectionHandler::release_mutex()
{
}