Important Update:
- DateTimeCore:
- Added new functions Get/SetDateTime() for combined date & time get/set
- Added LocalTime param to ReadDate/Time() and BuildDate/TimeStr()
- Allow input time to interpretted as ether UTC or local time
- DeviceCore:
- Added SourceRef to HandleCommand()
This commit is contained in:
@@ -43,7 +43,6 @@ CFunctionCore::CFunctionCore( const char * pName, const char * pType ) : Type( p
|
||||
CFunctionCore::~CFunctionCore()
|
||||
{
|
||||
TChannel * NextChannel = NULL;
|
||||
TChannelLink * NextLinkedChannel = NULL;
|
||||
|
||||
// Destroy Channels
|
||||
while (FirstChannel)
|
||||
|
||||
Reference in New Issue
Block a user