mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 09:27:37 +02:00
refactored SecureSocket to use interface #4313
This commit is contained in:
parent
be2b87fd39
commit
141b778477
28 changed files with 484 additions and 158 deletions
|
@ -35,11 +35,12 @@ public:
|
|||
|
||||
// IArchPlugin overrides
|
||||
void load();
|
||||
void init(void* eventTarget, IEventQueue* events);
|
||||
void init(void* log, void* arch);
|
||||
void initEvent(void* eventTarget, IEventQueue* events);
|
||||
bool exists(const char* name);
|
||||
void* invoke(const char* pluginName,
|
||||
const char* functionName,
|
||||
void* args);
|
||||
void** args);
|
||||
|
||||
private:
|
||||
String getModuleDir();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue