BugFix: Exclusive control the close of TCPIP

This commit is contained in:
tomoaki
2016-07-23 05:56:55 +09:00
parent 5605ae0294
commit 464187a08b
4 changed files with 12 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ public:
void run(void);
private:
void log(Client*, MQTTGWPacket*);
int log(Client*, MQTTGWPacket*);
Gateway* _gateway;
LightIndicator* _light;