diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-09 17:59:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-09 17:59:57 +0100 |
commit | 89f104782e673cfacec0eab016dc22a51533f113 (patch) | |
tree | 9fe9dfdbcf1051a49d749a5d77daa8260faa3948 /proto-ft/mutex.hpp | |
parent | 61bf0f0ec4b836981b39910f4719cc526da5c415 (diff) |
proto/freetrack: cleanup
- set zeros in shm, for NPClient.dll tracking detection
- remove tirviews support
- remove registry cleanup on exit support
Diffstat (limited to 'proto-ft/mutex.hpp')
-rw-r--r-- | proto-ft/mutex.hpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/proto-ft/mutex.hpp b/proto-ft/mutex.hpp deleted file mode 100644 index f92a14bf..00000000 --- a/proto-ft/mutex.hpp +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -class check_for_first_run final -{ - bool checked_for_first_run; - bool is_first_instance; - bool enabled; - - void try_exit(); -public: - check_for_first_run(); - bool is_first_run(); - void set_enabled(bool flag); - void try_runonce(); - ~check_for_first_run(); -}; |