Uploading the main structure
هذا الالتزام موجود في:
18
node_modules/@parcel/watcher/src/windows/WindowsBackend.hh
مولّد
مباع
Normal file
18
node_modules/@parcel/watcher/src/windows/WindowsBackend.hh
مولّد
مباع
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef WINDOWS_H
|
||||
#define WINDOWS_H
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include "../shared/BruteForceBackend.hh"
|
||||
|
||||
class WindowsBackend : public BruteForceBackend {
|
||||
public:
|
||||
void start() override;
|
||||
~WindowsBackend();
|
||||
void subscribe(WatcherRef watcher) override;
|
||||
void unsubscribe(WatcherRef watcher) override;
|
||||
private:
|
||||
bool mRunning;
|
||||
};
|
||||
|
||||
#endif
|
المرجع في مشكلة جديدة
حظر مستخدم