Definition at line 208 of file PluginHost.cpp.
◆ OnExit()
void PluginHostModule::OnExit |
( |
void |
| ) |
|
|
inlineoverride |
◆ OnInit()
bool PluginHostModule::OnInit |
( |
| ) |
|
|
inlineoverride |
Definition at line 214 of file PluginHost.cpp.
215 {
217 {
218 long connectPort;
220 return false;
221
222
223
224 wxLog::EnableLogging(false);
225
226
228 while(host.Serve()) { }
229
230 return false;
231 }
232
233 return true;
234 }
Internal class, processes plugin validation requests from the main app. Request is a simple string fo...
static bool IsHostProcess()
Returns true if current process is considered to be a plugin host process.
UTILITY_API const char *const * argv
A copy of argv; responsibility of application startup to assign it.
References CommandLineArgs::argv, PluginHost::IsHostProcess(), and PluginHost::Serve().
The documentation for this class was generated from the following file: