open-license-manager
2014-10-13 852dc2056835679e2beb4b1ee9bfe4385ab27bf2
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);