From 1c9fb47a6bfccc3a9d0c563db496f34a369f94f1 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <gcontini@users.noreply.github.com> Date: 周日, 01 9月 2019 13:42:20 +0800 Subject: [PATCH] Merge pull request #39 from open-license-manager/gcontini-libbboost-date-time --- example/example.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.cpp b/example/example.cpp index 173d733..45370dd 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -2,7 +2,7 @@ #include <map> #include "api/license++.h" #include "pc-identifiers.h" -#include "../../src/library/ini/SimpleIni.h" +#include "ini/SimpleIni.h" using namespace std; @@ -31,7 +31,7 @@ licenseLocation.environmentVariableName = ""; EVENT_TYPE result = acquire_license("example", licenseLocation, &licenseInfo); PcSignature signature; - FUNCTION_RETURN generate_ok = generate_user_pc_signature(signature, ETHERNET); + FUNCTION_RETURN generate_ok = generate_user_pc_signature(signature, DEFAULT); if (result == LICENSE_OK && licenseInfo.linked_to_pc) { CSimpleIniA ini; -- Gitblit v1.9.1