src/library/os/os-cpp.h
@@ -2,7 +2,7 @@ * os-dependent.hpp * * Created on: Mar 29, 2014 * Author: devel * */ #ifndef OS_DEPENDENT_CPP_ @@ -19,7 +19,7 @@ class OsFunctions { public: static string getModuleName(); //static string getModuleName(); //use system dependent methods to verify signature static bool verifySignature(const char * stringToVerify, const char* signature);