Definition at line 214 of file PluginHost.cpp.
◆ OnExit()
void PluginHostModule::OnExit |
( |
void |
| ) |
|
|
inlineoverride |
◆ OnInit()
bool PluginHostModule::OnInit |
( |
| ) |
|
|
inlineoverride |
Definition at line 220 of file PluginHost.cpp.
221 {
223 {
224 long connectPort;
226 return false;
227
228
229
230 wxLog::EnableLogging(false);
231
232
234 while(host.Serve()) { }
235
236 return false;
237 }
238
239 return true;
240 }
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: