]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/config.h
Mac OS changes and switched to c++11.
[evaf] / src / libs / Common / config.h
index 49f2c8e3c5998a32fe09e74f1f39f489a4da357c..6abdda51a5007876ea21e5702e01f638cf5f076e 100644 (file)
@@ -3,7 +3,7 @@
  * @brief eVaf configuration interface implementation
  * @author Enar Vaikene
  *
- * Copyright (c) 2011 Enar Vaikene
+ * Copyright (c) 2011-2019 Enar Vaikene
  *
  * This file is part of the eVaf C++ cross-platform application development framework.
  *
@@ -58,6 +58,11 @@ class Config : public iConfig
 
 public:
 
+    /**
+     * Destroys the iConfig interface instance.
+     */
+    static void destroyInstance();
+
     Config();
 
     virtual ~Config();