mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Update: Add Aggregate Gateway functions. #127
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -34,8 +34,8 @@ char* currentDateTime(void);
|
||||
/*=====================================
|
||||
Global Variables & Functions
|
||||
======================================*/
|
||||
Process* MQTTSNGW::theProcess = 0;
|
||||
MultiTaskProcess* MQTTSNGW::theMultiTaskProcess = 0;
|
||||
Process* MQTTSNGW::theProcess = nullptr;
|
||||
MultiTaskProcess* MQTTSNGW::theMultiTaskProcess = nullptr;
|
||||
|
||||
/*
|
||||
* Save the type of signal
|
||||
@@ -359,8 +359,8 @@ Exception::Exception(const int exNo, const string& message)
|
||||
{
|
||||
_message = message;
|
||||
_exNo = exNo;
|
||||
_fileName = 0;
|
||||
_functionName = 0;
|
||||
_fileName = nullptr;
|
||||
_functionName = nullptr;
|
||||
_line = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user