diff Core/Toolbox.h @ 187:8e673a65564d

refactoring of storing new instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Nov 2012 17:29:11 +0100
parents 81b6f3013738
children c9b3ba0fd140
line wrap: on
line diff
--- a/Core/Toolbox.h	Mon Nov 12 15:29:07 2012 +0100
+++ b/Core/Toolbox.h	Mon Nov 12 17:29:11 2012 +0100
@@ -86,5 +86,7 @@
                               const char* fromEncoding);
 
     std::string ConvertToAscii(const std::string& source);
+
+    std::string GetNowIsoString();
   }
 }