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