Added auto-restart functionality to the Updater extensions (bug 3530, r=pred).
This commit is contained in:
@@ -717,6 +717,11 @@ const char *SourceModBase::GetCoreConfigValue(const char *key)
|
||||
return g_CoreConfig.GetCoreConfigValue(key);
|
||||
}
|
||||
|
||||
int SourceModBase::GetPluginId()
|
||||
{
|
||||
return g_PLID;
|
||||
}
|
||||
|
||||
SMGlobalClass *SMGlobalClass::head = NULL;
|
||||
|
||||
SMGlobalClass::SMGlobalClass()
|
||||
|
||||
Reference in New Issue
Block a user