mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-14 07:56:52 +01:00
change file name linux.h linux.cpp to Timer.h Timer.cpp
This commit is contained in:
@@ -20,12 +20,10 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Timer.h"
|
||||
#include "MQTTSNGWDefines.h"
|
||||
#include "linux.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
using namespace MQTTSNGW;
|
||||
|
||||
/*=====================================
|
||||
@@ -13,9 +13,11 @@
|
||||
* Contributors:
|
||||
* Tomoaki Yamaguchi - initial API and implementation
|
||||
**************************************************************************************/
|
||||
#ifndef MQTTSNGATEWAY_SRC_LINUX_LINUX_H_
|
||||
#define MQTTSNGATEWAY_SRC_LINUX_LINUX_H_
|
||||
#ifndef MQTTSNGATEWAY_SRC_LINUX_TIMER_H_
|
||||
#define MQTTSNGATEWAY_SRC_LINUX_TIMER_H_
|
||||
|
||||
#include "MQTTSNGWDefines.h"
|
||||
#include <time.h>
|
||||
namespace MQTTSNGW
|
||||
{
|
||||
/*==========================================================
|
||||
@@ -67,4 +69,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif /* MQTTSNGATEWAY_SRC_LINUX_LINUX_H_ */
|
||||
#endif /* MQTTSNGATEWAY_SRC_LINUX_TIMER_H_ */
|
||||
Reference in New Issue
Block a user