Feature: Add private remote desktop source code
This commit is contained in:
9
client/IOCPBase.h
Normal file
9
client/IOCPBase.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "common/commands.h"
|
||||
|
||||
class IOCPBase {
|
||||
public:
|
||||
virtual BOOL IsRunning() const = 0;
|
||||
virtual VOID RunEventLoop(const BOOL& bCondition) = 0;
|
||||
};
|
||||
|
||||
typedef BOOL(*TrailCheck)(void);
|
||||
Reference in New Issue
Block a user