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

Commit fc62c52

Browse files
Yogesh PandeYogesh Pande
authored andcommitted
Updating M2MConnectionHandler stub implementation.
1 parent 355e2ad commit fc62c52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/mbed-client-mbed-tls/unittest/stub/m2mconnectionhandler_stub.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,16 @@ int M2MConnectionHandler::receive_from_socket(unsigned char *buf, size_t len)
8585

8686
void M2MConnectionHandler::handle_connection_error(int)
8787
{
88+
}
89+
90+
void M2MConnectionHandler::set_platform_network_handler(void *)
91+
{
92+
}
8893

94+
void M2MConnectionHandler::claim_mutex()
95+
{
96+
}
97+
98+
void M2MConnectionHandler::release_mutex()
99+
{
89100
}

0 commit comments

Comments
 (0)