mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 20:27:47 +00:00
Add cli_udp.cpp to sources and remove c++11 dependencies. (#41)
This commit is contained in:
+2
-2
@@ -53,7 +53,7 @@ public:
|
||||
* @retval kThreadError_None Successfully started the server.
|
||||
*
|
||||
*/
|
||||
ThreadError Start(void) final;
|
||||
ThreadError Start(void);
|
||||
|
||||
/**
|
||||
* This method delivers output to the client.
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
* @retval kThreadError_None Successfully delivered output the client.
|
||||
*
|
||||
*/
|
||||
ThreadError Output(const char *aBuf, uint16_t aBufLength) final;
|
||||
ThreadError Output(const char *aBuf, uint16_t aBufLength);
|
||||
|
||||
private:
|
||||
static void HandleUdpReceive(void *aContext, otMessage aMessage, const otMessageInfo *aMessageInfo);
|
||||
|
||||
Reference in New Issue
Block a user