1
0
Fork 0

Network tests: Fixed clang warnings.

This commit is contained in:
Mattes D 2015-02-20 16:08:21 +01:00
parent e30ee8063d
commit 591b4eeb8a
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ class cEchoServerCallbacks:
void DoTest(void)
static void DoTest(void)
{
LOGD("EchoServer: starting up");
cServerHandlePtr Server = cNetwork::Listen(9876, std::make_shared<cEchoServerCallbacks>());

View File

@ -97,7 +97,7 @@ public:
void DoTest(void)
static void DoTest(void)
{
cEvent evtFinish;

View File

@ -46,7 +46,7 @@ public:
void DoTest(void)
static void DoTest(void)
{
cEvent evtFinish;