A simple .ini file interface.

Dependents:   Smart-WiFly-WebServer SignalGenerator WattEye X10Svr

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sun Sep 04 02:40:40 2016 +0000
Parent:
12:6cf929bde139
Child:
14:af370f01dfef
Commit message:
Using standard memory manager

Changed in this revision

IniManager.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/IniManager.cpp	Mon Apr 11 02:16:18 2016 +0000
+++ b/IniManager.cpp	Sun Sep 04 02:40:40 2016 +0000
@@ -10,7 +10,7 @@
 
 #include "IniManager.h"
 
-#include "Utility.h"            // private memory manager
+//#include "Utility.h"            // private memory manager
 #ifndef UTILITY_H
 #define swMalloc malloc         // use the standard
 #define swFree free