File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// (C) Copyright Gert-Jan de Vos and Jan Wilmans 2013.
22// Distributed under the Boost Software License, Version 1.0.
3- // (See accompanying file LICENSE_1_0.txt or copy at
3+ // (See accompanying file LICENSE_1_0.txt or copy at
44// http://www.boost.org/LICENSE_1_0.txt)
55
66#pragma once
1818#include "PipeReader.h"
1919#include "Process.h"
2020#include "ProcessReader.h"
21-
22- #pragma comment(lib, "DebugView++Lib.lib")
Original file line number Diff line number Diff line change 99#include < string>
1010#include " noncopyable.h"
1111
12- #pragma comment(lib, "CobaltFusion.lib")
13-
1412namespace fusion {
1513
1614class CircularBuffer : fusion::noncopyable
Original file line number Diff line number Diff line change 11// (C) Copyright Gert-Jan de Vos and Jan Wilmans 2013.
22// Distributed under the Boost Software License, Version 1.0.
3- // (See accompanying file LICENSE_1_0.txt or copy at
3+ // (See accompanying file LICENSE_1_0.txt or copy at
44// http://www.boost.org/LICENSE_1_0.txt)
55
66#pragma once
1313#include < boost/noncopyable.hpp>
1414#include < boost/signals2.hpp>
1515
16- #pragma comment(lib, "CobaltFusion.lib")
17-
1816namespace fusion {
1917
2018// Two use cases are supported by JobDispatcher
21- //
19+ //
2220// 1) BackgroundDispatcher
2321// any Queue'd jobs by the caller will then be executed on a background thread until stop is called.
2422//
2523// 2) OnDemandDispatcher
2624// call ExecuteQueuedJobs() to have the queued jobs executed on the caller thread
27- //
28-
25+ //
26+
2927typedef std::function<void ()> Job;
3028
3129class JobDispatcher
@@ -34,7 +32,7 @@ class JobDispatcher
3432 JobDispatcher ();
3533 virtual ~JobDispatcher ();
3634
37- // guarentees and all jobs queued before Flush() have been executed
35+ // guarentees and all jobs queued before Flush() have been executed
3836 virtual void Flush ();
3937
4038 // returns immediately after queueing
Original file line number Diff line number Diff line change 1515#include < vector>
1616#include < unordered_map>
1717
18- #pragma comment(lib, "DebugView++Lib.lib")
19-
2018namespace fusion {
2119namespace debugviewpp {
2220
Original file line number Diff line number Diff line change 1515#include " DebugviewppLib/ProcessMonitor.h"
1616#include " CobaltFusion/Throttle.h"
1717
18- #pragma comment(lib, "DebugView++Lib.lib")
19-
2018namespace fusion {
2119namespace debugviewpp {
2220
Original file line number Diff line number Diff line change 1010
1111#include " windows.h"
1212
13- #pragma comment(lib, "DebugView++Lib.lib")
14-
1513namespace fusion {
1614namespace debugviewpp {
1715
Original file line number Diff line number Diff line change 99#include < string>
1010#include < limits>
1111
12- #pragma comment(lib, "IndexedStorageLib.lib")
13-
1412namespace fusion {
1513namespace indexedstorage {
1614
You can’t perform that action at this time.
0 commit comments